|
Last change
on this file since 5280 was 4809, checked in by bird, 25 years ago |
|
Added or update the description. (It is used in the bldlevel info.)
|
|
File size:
950 bytes
|
| Line | |
|---|
| 1 | ; $Id: lz32.def,v 1.6 2000-12-16 22:53:22 bird Exp $
|
|---|
| 2 | ; Win32 32-bit decompression library
|
|---|
| 3 |
|
|---|
| 4 | ;
|
|---|
| 5 | ; Based on NT 4.0 SP6: LZ32.DLL
|
|---|
| 6 | ;
|
|---|
| 7 | LIBRARY LZ32 INITINSTANCE TERMINSTANCE
|
|---|
| 8 | DESCRIPTION 'Odin32 System DLL - LZ32 - Decompression library'
|
|---|
| 9 | DATA MULTIPLE NONSHARED READWRITE LOADONCALL
|
|---|
| 10 | CODE LOADONCALL
|
|---|
| 11 |
|
|---|
| 12 | EXPORTS
|
|---|
| 13 | CopyLZFile = _CopyLZFile@8 @1
|
|---|
| 14 | GetExpandedNameA = _GetExpandedNameA@8 @2
|
|---|
| 15 | GetExpandedNameW = _GetExpandedNameW@8 @3
|
|---|
| 16 | LZClose = _LZClose@4 @4
|
|---|
| 17 | LZCopy = _LZCopy@8 @5
|
|---|
| 18 | LZDone = _LZDone@0 @6
|
|---|
| 19 | LZInit = _LZInit@4 @7
|
|---|
| 20 | LZOpenFileA = _LZOpenFileA@12 @8
|
|---|
| 21 | LZOpenFileW = _LZOpenFileW@12 @9
|
|---|
| 22 | LZRead = _LZRead@12 @10
|
|---|
| 23 | LZSeek = _LZSeek@12 @11
|
|---|
| 24 | LZStart = _LZStart@0 @12
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.