Changeset 2223 for trunk/src/ddraw/ddraw.DEF
- Timestamp:
- Dec 28, 1999, 11:31:02 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/ddraw.DEF
r214 r2223 1 ; $Id: ddraw.DEF,v 1.4 1999-12-28 10:31:00 sandervl Exp $ 2 3 ; 4 ; Based on Windows 98 DirectX7: DDRAW.DLL 5 ; 1 6 LIBRARY DDRAW INITINSTANCE TERMINSTANCE 2 7 PROTMODE 3 8 DATA MULTIPLE NONSHARED READWRITE LOADONCALL 4 9 CODE LOADONCALL 10 5 11 EXPORTS 6 DDHAL32_VidMemFree = _DDHAL32_VidMemFree@4 @10 7 DDHAL32_VidMemAlloc = _DDHAL32_VidMemAlloc@4 @11 8 DirectDrawCreate = _OS2DirectDrawCreate@12 @12 9 DirectDrawEnumerateA = _OS2DirectDrawEnumerateA@8 @13 10 DirectDrawEnumerateExA = _OS2DirectDrawEnumerateExA@12 @14 12 ; AcquireDDThreadLock @1 13 ; D3DParseUnknownCommand @2 14 ; DDGetAttachedSurfaceLcl @3 15 DDHAL32_VidMemFree = _DDHAL32_VidMemFree@4 @4 16 DDHAL32_VidMemAlloc = _DDHAL32_VidMemAlloc@4 @5 17 ; DDInternalLock @6 18 ; DDInternalUnlock @7 19 ; DSoundHelp @8 20 DirectDrawCreate = _OS2DirectDrawCreate@12 @9 21 ; DirectDrawCreateClipper @10 22 ; DirectDrawCreateEx @11 23 DirectDrawEnumerateA = _OS2DirectDrawEnumerateA@8 @12 24 DirectDrawEnumerateExA = _OS2DirectDrawEnumerateExA@12 @13 25 ; DirectDrawEnumerateExW @14 26 ; DirectDrawEnumerateW @15 27 ; DllCanUnloadNow @16 28 ; DllGetClassObject @17 29 ; GetAliasedVidMem @18 30 ; GetDDSurfaceLocal @19 31 ; GetNextMipMap @20 32 ; GetOLEThunkData @21 33 ; GetSurfaceFromDC @22 34 ; HeapVidMemAllocAligned @23 35 ; InternalLock @24 36 ; InternalUnlock @25 37 ; LateAllocateSurfaceMem @26 38 ; RegisterSpecialCase @27 39 ; ReleaseDDThreadLock @28 40 ; VidMemAlloc @29 41 ; VidMemAmountFree @30 42 ; VidMemFini @31 43 ; VidMemFree @32 44 ; VidMemInit @33 45 ; VidMemLargestFree @34 46 ; thk1632_ThunkData32 @35 47 ; thk3216_ThunkData32 @36
Note:
See TracChangeset
for help on using the changeset viewer.