- ;module-definition file for Windows Zip DLL -- used by link.exe
- LIBRARY ZIP16 ; Library module name
- DESCRIPTION 'Windows Info-ZIP Zip DLL 1.01 by Info-ZIP, Mike White 1996'
- CODE PRELOAD FIXED
- DATA PRELOAD MOVEABLE
- EXPORTS
- ZpArchive
- ZpVersion
- ZpInit
- ZpSetOptions
- ZpGetOptions
|