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