Changeset 4809 for trunk/src/dplay
- Timestamp:
- Dec 16, 2000, 11:53:51 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dplay/dplay.def
r3220 r4809 1 ;$Id: dplay.def,v 1. 3 2000-03-24 18:02:32 achimhaExp $1 ;$Id: dplay.def,v 1.4 2000-12-16 22:53:20 bird Exp $ 2 2 3 3 ; 4 ; Based on Windows 98 DirectX7: DPLAY.DLL 4 ; Based on Windows 98 DirectX7: DPLAY.DLL 5 5 ; 6 6 LIBRARY DPLAY INITINSTANCE TERMINSTANCE 7 DESCRIPTION 'Odin32 System DLL - DPLAY - Direct Play' 7 8 8 PROTMODE9 9 DATA MULTIPLE NONSHARED READWRITE LOADONCALL 10 10 CODE LOADONCALL … … 16 16 EXPORTS 17 17 DirectPlayCreate = _DirectPlayCreate@12 @1 18 DirectPlayEnumerateA = _DirectPlayEnumerateA@8 18 DirectPlayEnumerateA = _DirectPlayEnumerateA@8 @2 19 19 DirectPlayEnumerateW = _DirectPlayEnumerateW@8 @3
Note:
See TracChangeset
for help on using the changeset viewer.