File: windll16.def

package info (click to toggle)
unzip 5.40-1
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 4,120 kB
  • ctags: 5,900
  • sloc: ansic: 40,977; cpp: 3,778; makefile: 1,384; asm: 1,228; sh: 133
file content (19 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;module-definition file for Windows UnZip16 DLL -- used by link.exe
LIBRARY UNZIP16 ; Library module name

DESCRIPTION 'Windows Info-ZIP UnZip16 DLL by Mike White'

CODE  PRELOAD FIXED

DATA  PRELOAD MOVEABLE

EXPORTS
     Wiz_SingleEntryUnzip
     UzpVersion
     Wiz_Init
     Wiz_SetOpts
     Wiz_Unzip
     Wiz_Validate
     Wiz_NoPrinting
     UzpVersion2