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:
Echo J 2024-11-04 16:04:56 +02:00
parent c815a407da
commit 47ac4d7f2d

View file

@ -1,3 +1,3 @@
LIBRARY DDRAW
EXPORTS
DirectDrawCreateEx=_DirectDrawCreateEx@16 @10
DirectDrawCreateEx=DirectDrawCreateEx@16 @10