|
Last change
on this file since 3670 was 2306, checked in by sandervl, 26 years ago |
|
JW: Updated def file to match NT 4 SP6
|
|
File size:
901 bytes
|
| Line | |
|---|
| 1 | ; $Id: lz32.def,v 1.5 2000-01-03 10:25:57 sandervl 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 | PROTMODE
|
|---|
| 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.