aboutsummaryrefslogtreecommitdiff
path: root/stormlib_dll
diff options
context:
space:
mode:
authorunknown <E:\Ladik\Mail>2015-06-28 23:34:01 +0200
committerunknown <E:\Ladik\Mail>2015-06-28 23:34:01 +0200
commit32ca2970f42277797fedfbae5cfa5466ab97b6af (patch)
tree2990ce170237f07dda78f21d9f9db9ae3493324a /stormlib_dll
parentb8452410f407eeedd64e1b0f0270d94c26987b2e (diff)
+ Fixed declaration of DllMain to keep MINGW happy
Diffstat (limited to 'stormlib_dll')
-rw-r--r--stormlib_dll/DllMain.c2
1 files changed, 1 insertions, 1 deletions
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);