Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6725 siemargl 1
;module-definition file for Windows UnZip16 DLL -- used by link.exe
2
LIBRARY UNZIP16 ; Library module name
3
 
4
DESCRIPTION 'Windows Info-ZIP UnZip16 DLL by Mike White'
5
 
6
CODE  PRELOAD FIXED
7
 
8
DATA  PRELOAD MOVEABLE
9
 
10
EXPORTS
11
     Wiz_SingleEntryUnzip
12
     UzpVersion
13
     Wiz_Init
14
     Wiz_SetOpts
15
     Wiz_Unzip
16
     Wiz_Validate
17
     Wiz_NoPrinting
18
     UzpVersion2
19