summaryrefslogtreecommitdiff
path: root/plugins/AddContactPlus/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AddContactPlus/main.cpp')
-rw-r--r--plugins/AddContactPlus/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/AddContactPlus/main.cpp b/plugins/AddContactPlus/main.cpp
index 932105e175..68a210543a 100644
--- a/plugins/AddContactPlus/main.cpp
+++ b/plugins/AddContactPlus/main.cpp
@@ -146,10 +146,8 @@ static int OnModulesLoaded(WPARAM, LPARAM)
if (ServiceExists(MS_UPDATE_REGISTERFL))
#if defined(_WIN64)
CallService(MS_UPDATE_REGISTERFL, 4414, (LPARAM)&pluginInfo);
-#elif defined(_UNICODE)
- CallService(MS_UPDATE_REGISTERFL, 3842, (LPARAM)&pluginInfo);
#else
- CallService(MS_UPDATE_REGISTERFL, 3843, (LPARAM)&pluginInfo);
+ CallService(MS_UPDATE_REGISTERFL, 3842, (LPARAM)&pluginInfo);
#endif
SKINICONDESC sid = {0};