From 8ae3679aa1339ce9abee53adb69902bd6b7513dc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Jul 2016 10:31:04 +0000 Subject: hello, Unix. phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Popup/src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Popup/src/main.cpp') diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index 793b33f097..39e20dae06 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -259,7 +259,7 @@ static int ModulesLoaded(WPARAM, LPARAM) // hook TopToolBar HookEvent(ME_TTB_MODULELOADED, TTBLoaded); // Folder plugin support - folderId = FoldersRegisterCustomPathT(LPGEN("Skins"), LPGEN("Popup Plus"), MIRANDA_PATHT _T("\\Skins\\Popup")); + folderId = FoldersRegisterCustomPathT(LPGEN("Skins"), LPGEN("Popup Plus"), MIRANDA_PATHT L"\\Skins\\Popup"); // load skin skins.load(); const PopupSkin *skin; @@ -331,7 +331,7 @@ MIRAPI int Load(void) LoadGDIPlus(); // Transparent and animation routines - hDwmapiDll = LoadLibrary(_T("dwmapi.dll")); + hDwmapiDll = LoadLibrary(L"dwmapi.dll"); MyDwmEnableBlurBehindWindow = 0; if (hDwmapiDll) MyDwmEnableBlurBehindWindow = (HRESULT(WINAPI *)(HWND, DWM_BLURBEHIND *))GetProcAddress(hDwmapiDll, "DwmEnableBlurBehindWindow"); @@ -429,7 +429,7 @@ MIRAPI int Unload(void) SrmmMenu_Unload(); UnregisterClass(MAKEINTATOM(g_wndClass.cPopupWnd2), hInst); - UnregisterClass(_T("PopupEditBox"), hInst); + UnregisterClass(L"PopupEditBox", hInst); UnregisterClass(MAKEINTATOM(g_wndClass.cPopupMenuHostWnd), hInst); UnregisterClass(MAKEINTATOM(g_wndClass.cPopupThreadManagerWnd), hInst); UnregisterClass(MAKEINTATOM(g_wndClass.cPopupPreviewBoxWndclass), hInst); -- cgit v1.2.3