From 32e665d555a00010b60bb3efc6f2676b0eca7194 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:01:57 +0000 Subject: Utilisateur : Fcolin Date : 31/01/01 Heure : 11:18 Archivé dans $/Ivy (vss 3) --- Ivy/IvyDllMain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Ivy') 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); -- cgit v1.1