simplify makefile
This commit is contained in:
parent
aba07e00b4
commit
ed5176942f
4 changed files with 17 additions and 48 deletions
23
exports.def
Normal file
23
exports.def
Normal file
|
@ -0,0 +1,23 @@
|
|||
LIBRARY ddraw.dll
|
||||
|
||||
EXPORTS
|
||||
AcquireDDThreadLock @1
|
||||
CompleteCreateSysmemSurface @2
|
||||
D3DParseUnknownCommand @3
|
||||
DDInternalLock @5
|
||||
DDInternalUnlock @6
|
||||
DirectDrawCreate @8
|
||||
DirectDrawCreateClipper @9
|
||||
DirectDrawCreateEx @10
|
||||
DirectDrawEnumerateA @11
|
||||
DirectDrawEnumerateExA @12
|
||||
DirectDrawEnumerateExW @13
|
||||
DirectDrawEnumerateW @14
|
||||
ReleaseDDThreadLock @21
|
||||
DirectInputCreateA = fake_DirectInputCreateA
|
||||
DirectInputCreateW = fake_DirectInputCreateW
|
||||
DirectInputCreateEx = fake_DirectInputCreateEx
|
||||
DirectInput8Create = fake_DirectInput8Create
|
||||
GameHandlesClose DATA
|
||||
pvBmpBits = FakePrimarySurface DATA
|
||||
DDIsWindowed
|
Loading…
Add table
Add a link
Reference in a new issue