summaryrefslogtreecommitdiff
path: root/security/nss/cmd/zlib/zip16.def
blob: 664eeab0953784549cd916004e193fda4093f32c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LIBRARY zip1640.DLL
EXETYPE WINDOWS
PROTMODE

DESCRIPTION '16-bit Zip DLL'

STUB    'WINSTUB.EXE'

CODE    LOADONCALL MOVEABLE DISCARDABLE 
DATA	PRELOAD MOVEABLE SINGLE

HEAPSIZE    8192

EXPORTS

IMPORTS
    _malloc		= nspr3.2
    _realloc	= nspr3.3
    _calloc		= nspr3.4
    _free		= nspr3.5
    _getenv		= nspr3.9
    _printf		= nspr3.11
    _sscanf		= nspr3.33