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/AssocMgr/src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/AssocMgr/src/main.cpp') diff --git a/plugins/AssocMgr/src/main.cpp b/plugins/AssocMgr/src/main.cpp index 51ac863238..516a933cec 100644 --- a/plugins/AssocMgr/src/main.cpp +++ b/plugins/AssocMgr/src/main.cpp @@ -95,9 +95,9 @@ extern "C" __declspec(dllexport) int Load(void) InitDde(); /* installation */ - InstallFile(_T("AssocMgr-Readme.txt"),_T("Docs\\")); - InstallFile(_T("AssocMgr-License.txt"),_T("Docs\\")); - InstallFile(_T("AssocMgr-SDK.zip"),_T("Docs\\")); + InstallFile(L"AssocMgr-Readme.txt",L"Docs\\"); + InstallFile(L"AssocMgr-License.txt",L"Docs\\"); + InstallFile(L"AssocMgr-SDK.zip",L"Docs\\"); hHookModulesLoaded=HookEvent(ME_SYSTEM_MODULESLOADED,AssocMgrModulesLoaded); return 0; } -- cgit v1.2.3