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/Dbx_kyoto/src/dbintf.cpp | 16 ++++++++-------- plugins/Dbx_kyoto/src/dbmodulechain.cpp | 4 ++-- plugins/Dbx_kyoto/src/init.cpp | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'plugins/Dbx_kyoto') diff --git a/plugins/Dbx_kyoto/src/dbintf.cpp b/plugins/Dbx_kyoto/src/dbintf.cpp index ea51b273b0..95fd42998c 100644 --- a/plugins/Dbx_kyoto/src/dbintf.cpp +++ b/plugins/Dbx_kyoto/src/dbintf.cpp @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "commonheaders.h" -#define DBHEADER_SIGNATURE _T("KyotoCabinet") +#define DBHEADER_SIGNATURE L"KyotoCabinet" #define CMP_UINT32(A,B) if(A!=B) return (Aofs = ofs; if (m_lMods.getIndex(mn) != -1) - DatabaseCorruption(_T("%s (Module Name not unique)")); + DatabaseCorruption(L"%s (Module Name not unique)"); m_lMods.insert(mn); if (m_lOfs.getIndex(mn) != -1) - DatabaseCorruption(_T("%s (Module Offset not unique)")); + DatabaseCorruption(L"%s (Module Offset not unique)"); m_lOfs.insert(mn); } diff --git a/plugins/Dbx_kyoto/src/init.cpp b/plugins/Dbx_kyoto/src/init.cpp index 02bd455228..96b1776e82 100644 --- a/plugins/Dbx_kyoto/src/init.cpp +++ b/plugins/Dbx_kyoto/src/init.cpp @@ -99,7 +99,7 @@ static DATABASELINK dblink = { sizeof(DATABASELINK), "dbx_kyoto", - _T("KyotoCabinet database driver"), + L"KyotoCabinet database driver", makeDatabase, grokHeader, LoadDatabase, -- cgit v1.2.3