summaryrefslogtreecommitdiff
path: root/Ivy/IvyDllMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/IvyDllMain.cpp')
-rw-r--r--Ivy/IvyDllMain.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Ivy/IvyDllMain.cpp b/Ivy/IvyDllMain.cpp
index c49283a..a94616f 100644
--- a/Ivy/IvyDllMain.cpp
+++ b/Ivy/IvyDllMain.cpp
@@ -3,9 +3,9 @@
#include "stdafx.h"
-
-extern "C" int APIENTRY
-DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
+BOOL APIENTRY DllMain(HANDLE hInstance,
+ DWORD dwReason,
+ LPVOID lpReserved)
{
// Remove this if you use lpReserved
UNREFERENCED_PARAMETER(lpReserved);