From 8354249a4b292f9e69f9e8f4d1b2404dda3fd542 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 27 Oct 2015 23:11:31 -0400 Subject: [PATCH] [Glide64] fixed DllMain conflict against prototype --- Source/Glide64/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Glide64/Main.cpp b/Source/Glide64/Main.cpp index 36eef0d3e..ab9c4802b 100644 --- a/Source/Glide64/Main.cpp +++ b/Source/Glide64/Main.cpp @@ -1197,7 +1197,7 @@ int DllUnload(void) void wxSetInstance(HINSTANCE hInstance); extern "C" int WINAPI DllMain (HINSTANCE hinst, - wxUint32 fdwReason, + DWORD fdwReason, LPVOID /*lpReserved*/) { sprintf (out_buf, "DllMain (%0p - %d)\n", hinst, fdwReason);