summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-10-29 17:32:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-10-29 17:32:02 +0300
commit55e72960be3926e041ac0baf00559ba46f59bba0 (patch)
treeb773ec79838ef3dd89b01462397ef245de116468 /protocols/SkypeWeb
parentc5f129e3645b4cd736935e3ae8a29e1c4a195380 (diff)
unneeded macros removed
Diffstat (limited to 'protocols/SkypeWeb')
-rw-r--r--protocols/SkypeWeb/src/skype_icons.cpp2
-rw-r--r--protocols/SkypeWeb/src/stdafx.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_icons.cpp b/protocols/SkypeWeb/src/skype_icons.cpp
index 18ab4ad130..b6c9a37e37 100644
--- a/protocols/SkypeWeb/src/skype_icons.cpp
+++ b/protocols/SkypeWeb/src/skype_icons.cpp
@@ -32,7 +32,7 @@ IconItemT CSkypeProto::Icons[] =
void CSkypeProto::InitIcons()
{
- Icon_RegisterT(g_hInstance, LPGENW("Protocols") L"/" MODULEW, Icons, _countof(Icons), MODULE);
+ Icon_RegisterT(g_hInstance, LPGENW("Protocols") L"/" _A2W(MODULE), Icons, _countof(Icons), MODULE);
}
HICON CSkypeProto::GetIcon(int iconId)
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h
index 005f61f945..4f33cf6d1a 100644
--- a/protocols/SkypeWeb/src/stdafx.h
+++ b/protocols/SkypeWeb/src/stdafx.h
@@ -191,7 +191,6 @@ public:
#define MODULE "Skype"
-#define MODULEW L"Skype"
#define SKYPE_MAX_CONNECT_RETRIES 10