leaf%mozilla.org 8fadf11677 Landing nspr library name change, and plevent function call change.
git-svn-id: svn://10.0.0.236/trunk@24276 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-17 21:32:03 +00:00

25 lines
367 B
Modula-2

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