diff options
Diffstat (limited to 'plugins/SecureIM/src/main.cpp')
-rw-r--r-- | plugins/SecureIM/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp index 7ef088c832..87370c7260 100644 --- a/plugins/SecureIM/src/main.cpp +++ b/plugins/SecureIM/src/main.cpp @@ -148,8 +148,8 @@ extern "C" __declspec(dllexport) int __cdecl Unload() int ModuleLoad(WPARAM wParam, LPARAM lParam)
{
- bPopupExists = ServiceExists(MS_POPUP_ADDPOPUPEX) != 0;
- bMetaContacts = ServiceExists(MS_MC_GETMETACONTACT) != 0;
+ bPopupExists = ServiceExists(MS_POPUP_ADDPOPUP);
+ bMetaContacts = ServiceExists(MS_MC_GETMETACONTACT);
return 0;
}
|