campo-sirio/zip/unzip/windll/windll32.def
alex f0d81ffd1c This commit was generated by cvs2svn to compensate for changes in r5402,
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-10-20 15:51:36 +00:00

18 lines
358 B
Modula-2
Executable File

;module-definition file for Windows Unzip DLL -- used by link.exe
LIBRARY UNZIP32 ; Library module name
DESCRIPTION 'Windows Info-ZIP UnZip DLL 1.01 by Info-ZIP, Mike White 1996'
CODE PRELOAD FIXED
DATA PRELOAD MOVEABLE
EXPORTS
windll_unzip ; actual entry point
UzpVersion
Unz_Init
Unz_SetOpts
Unz_Unzip
unzipVB