aboutsummaryrefslogtreecommitdiff
path: root/stormlib_dll
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2015-08-05 08:47:59 +0200
committerLadislav Zezula <zezula@volny.cz>2015-08-05 08:47:59 +0200
commitac9921d6694731c1935f6a8991121e2c90bde20a (patch)
treed6cc7547dfc312728174c53a95f80db491e3ce09 /stormlib_dll
parent2ae885a77c82c8323c58bf2e3d796475c2fda3aa (diff)
parentba7cc4b54dafa6e89af2f9278b3c94d586e1b157 (diff)
Merge pull request #47 from leeonix/master
modify result type. mingw compile error. add Premake5.lua
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 f1b9167..98eb003 100644
--- a/stormlib_dll/DllMain.c
+++ b/stormlib_dll/DllMain.c
@@ -20,5 +20,5 @@ BOOL WINAPI DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID lpReserved)
UNREFERENCED_PARAMETER(dwReason);
UNREFERENCED_PARAMETER(lpReserved);
- return TRUE;
+ return TRUE;
}