mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 15:23:02 +05:00
DDraw: Change the forwarded name for DirectDrawCreateEx
MinGW GCC exports this function a bit differently (which doesn't work here)
This commit is contained in:
parent
c815a407da
commit
47ac4d7f2d
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
LIBRARY DDRAW
|
||||
EXPORTS
|
||||
DirectDrawCreateEx=_DirectDrawCreateEx@16 @10
|
||||
DirectDrawCreateEx=DirectDrawCreateEx@16 @10
|
||||
|
|
Loading…
Reference in a new issue