From f523ea372a201acb65817267e8e41b5cd87d1097 Mon Sep 17 00:00:00 2001 From: Echo J Date: Mon, 4 Nov 2024 16:04:56 +0200 Subject: [PATCH] DDraw: Change the forwarded name for DirectDrawCreateEx MinGW GCC exports this function a bit differently (which doesn't work here) --- DDraw/DDraw.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDraw/DDraw.def b/DDraw/DDraw.def index 7eb9b71..74d5a66 100644 --- a/DDraw/DDraw.def +++ b/DDraw/DDraw.def @@ -1,3 +1,3 @@ LIBRARY DDRAW EXPORTS - DirectDrawCreateEx=_DirectDrawCreateEx@16 @10 \ No newline at end of file + DirectDrawCreateEx=DirectDrawCreateEx@16 @10