From 50eb80e6116dda8fb97da91146092328d0950622 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 3 Aug 2012 19:44:57 +0000 Subject: removed the Unicode core verification git-svn-id: http://svn.miranda-ng.org/main/trunk@1342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/main.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'plugins/Popup') diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index ea60c4dd7e..1c4e90b13c 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -425,13 +425,8 @@ static int OkToExit(WPARAM wParam, LPARAM lParam) //Called when the plugin is loaded into Miranda MIRAPI int Load(void) { - char ver[1024]; - - g_popup.isOsUnicode = (GetVersion() & 0x80000000) == 0; - - CallService(MS_SYSTEM_GETVERSIONTEXT, (WPARAM) sizeof(ver), (LPARAM) ver); - g_popup.isMirUnicode = strstr(ver, "Unicode") != NULL; + g_popup.isMirUnicode = true; hGetStatus = CreateServiceFunction(MS_POPUP_GETSTATUS, GetStatus); -- cgit v1.2.3