1
0
mirror of https://frontier.innolan.net/rainlance/unzip.git synced 2026-03-20 17:38:39 +00:00
Files
unzip/windll/unziplib.def
2015-03-23 19:34:59 +01:00

24 lines
459 B
Modula-2

;module-definition file for Windows UnZip static Library -- used by link.exe
LIBRARY UNZIP32 ; Library module name
;DESCRIPTION 'Windows Info-ZIP UnZip Library (32 bit), by Mike White'
CODE PRELOAD FIXED
DATA PRELOAD MOVEABLE
EXPORTS
Wiz_SingleEntryUnzip
UzpVersion
Wiz_Init
Wiz_SetOpts
Wiz_Unzip
Wiz_Validate
Wiz_NoPrinting
UzpVersion2
Wiz_UnzipToMemory
Wiz_Match
Wiz_Grep
UzpFreeMemBuffer