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