diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-22 14:33:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-22 14:33:42 +0000 |
commit | 324c182bb9772dec5ed4191b9407b74ddf031c15 (patch) | |
tree | 250f45f35386c4d37f8749f095426960048c9ebc /plugins/ClientChangeNotify/ClientChangeNotify.cpp | |
parent | 37f2cac0981177aef291a3411c64c0494187cfbc (diff) |
fixes for some perversions
git-svn-id: http://svn.miranda-ng.org/main/trunk@129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify.cpp')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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;
|