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 b1a86e8a89
commit f523ea372a

View file

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