ziplib.def 321 B

123456789101112131415
  1. ;module-definition file for Windows Zip static library -- used by link.exe
  2. LIBRARY ZIP64 ; Library module name
  3. DESCRIPTION 'Windows Info-ZIP Zip Library 1.02 by Info-ZIP, Mike White 1997'
  4. CODE PRELOAD FIXED
  5. DATA PRELOAD MOVEABLE
  6. EXPORTS
  7. ZpArchive
  8. ZpVersion
  9. ZpInit
  10. ZpSetOptions
  11. ZpGetOptions