From 32ca2970f42277797fedfbae5cfa5466ab97b6af Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 28 Jun 2015 23:34:01 +0200 Subject: + Fixed declaration of DllMain to keep MINGW happy --- stormlib_dll/DllMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stormlib_dll') diff --git a/stormlib_dll/DllMain.c b/stormlib_dll/DllMain.c index cbfa84a..f1b9167 100644 --- a/stormlib_dll/DllMain.c +++ b/stormlib_dll/DllMain.c @@ -14,7 +14,7 @@ //----------------------------------------------------------------------------- // DllMain -DWORD WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID lpReserved) +BOOL WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID lpReserved) { UNREFERENCED_PARAMETER(hInst); UNREFERENCED_PARAMETER(dwReason); -- cgit v1.2.3