source: trunk/src/wnaspi32/wnaspi32.def@ 8045

Last change on this file since 8045 was 4809, checked in by bird, 25 years ago

Added or update the description. (It is used in the bldlevel info.)

File size: 397 bytes
Line 
1LIBRARY WNASPI32 INITINSTANCE TERMINSTANCE
2
3DESCRIPTION 'Odin32 System DLL - WnAspi32'
4
5PROTMODE
6DATA MULTIPLE NONSHARED READWRITE LOADONCALL
7CODE LOADONCALL
8
9EXPORTS
10 GetASPI32SupportInfo = _GetASPI32SupportInfo@0 @1
11 SendASPI32Command = _SendASPI32Command @2 ; CDECL
12 GetASPI32DLLVersion = _GetASPI32DLLVersion@0 @3
13; OrdinalOnlyExport
14
Note: See TracBrowser for help on using the repository browser.