summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-14 18:24:56 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-14 18:24:56 +0300
commit68d6271552d4b9bdb27efda50c457f0d56b23457 (patch)
tree0221f56a8545815514eb3350afe92a2d0262251b /plugins/ConnectionNotify/src/stdafx.h
parent64e3214c2222543350f51b517a6b75b6b02b81cf (diff)
other minor code cleaning considering g_plugin
Diffstat (limited to 'plugins/ConnectionNotify/src/stdafx.h')
-rw-r--r--plugins/ConnectionNotify/src/stdafx.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/ConnectionNotify/src/stdafx.h b/plugins/ConnectionNotify/src/stdafx.h
index dbadd2d5c9..94d8174f1f 100644
--- a/plugins/ConnectionNotify/src/stdafx.h
+++ b/plugins/ConnectionNotify/src/stdafx.h
@@ -27,17 +27,16 @@
#include "pid2name.h"
#define MAX_SETTING_STR 512
-#define PLUGINNAME "ConnectionNotify"
-#define PLUGINNAMEW L"ConnectionNotify"
#define MAX_LENGTH 512
#define STATUS_COUNT 9
-#define PLUGINNAME_NEWSOUND PLUGINNAME "_new_sound"
-
// Note: could also use malloc() and free()
#define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x))
#define FREE(x) HeapFree(GetProcessHeap(), 0, (x))
+#define PLUGINNAME "ConnectionNotify"
+#define PLUGINNAME_NEWSOUND PLUGINNAME "_new_sound"
+
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();