aboutsummaryrefslogtreecommitdiff
path: root/stormlib_dll
diff options
context:
space:
mode:
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);