File: windll16.def

package info (click to toggle)
unzip 6.0-16%2Bdeb8u3
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 8,768 kB
  • ctags: 10,194
  • sloc: ansic: 55,133; cpp: 4,084; makefile: 2,517; asm: 1,789; cs: 1,012; sh: 119
file content (19 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (16)
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