From 324c182bb9772dec5ed4191b9407b74ddf031c15 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 May 2012 14:33:42 +0000 Subject: fixes for some perversions git-svn-id: http://svn.miranda-ng.org/main/trunk@129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ClientChangeNotify/ClientChangeNotify.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/ClientChangeNotify') diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/ClientChangeNotify.cpp index a829c80d65..2f0b51349e 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/ClientChangeNotify.cpp @@ -17,8 +17,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define _DECL_DLLMAIN - #include "Common.h" #include "Misc.h" #include "VersionNo.h" @@ -100,7 +98,7 @@ PLUGININFO oldPluginInfo = { pluginInfo.replacesDefaultModule }; -BOOL WINAPI MyDllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { g_hInstance = hinstDLL; return TRUE; -- cgit v1.2.3