source: trunk/src/lz32/lz32.def@ 22015

Last change on this file since 22015 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 978 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;
7LIBRARY LZ32 INITINSTANCE TERMINSTANCE
8DESCRIPTION 'Odin32 System DLL - LZ32 - Decompression library'
9DATA MULTIPLE NONSHARED READWRITE LOADONCALL
10CODE LOADONCALL
11
12EXPORTS
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.