windll16.def 306 B

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