From 428bf0cbd77813a43094cb5c984436deff251936 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 29 Jul 2016 12:36:34 +0000 Subject: no more TCHARs git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IRCG/src/irclib.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'protocols/IRCG/src/irclib.h') diff --git a/protocols/IRCG/src/irclib.h b/protocols/IRCG/src/irclib.h index 069c545a12..4e46810551 100644 --- a/protocols/IRCG/src/irclib.h +++ b/protocols/IRCG/src/irclib.h @@ -38,18 +38,18 @@ struct DCCINFO : public MZeroedObject DWORD dwAdr; unsigned __int64 dwSize; DWORD iType; - CMString sToken; + CMStringW sToken; int iPort; BOOL bTurbo; BOOL bSSL; BOOL bSender; BOOL bReverse; - CMString sPath; - CMString sFile; - CMString sFileAndPath; - CMString sHostmask; + CMStringW sPath; + CMStringW sFile; + CMStringW sFileAndPath; + CMStringW sHostmask; MCONTACT hContact; - CMString sContactName; + CMStringW sContactName; }; class CIrcMessage @@ -57,13 +57,13 @@ class CIrcMessage public : struct Prefix { - CMString sNick, sUser, sHost; + CMStringW sNick, sUser, sHost; } prefix; CIrcProto* m_proto; - CMString sCommand; - OBJLIST parameters; + CMStringW sCommand; + OBJLIST parameters; bool m_bIncoming; bool m_bNotify; int m_codePage; @@ -87,13 +87,13 @@ private : struct CIrcSessionInfo { CMStringA sServer; - CMString sServerName; - CMString sNick; - CMString sUserID; - CMString sFullName; + CMStringW sServerName; + CMStringW sNick; + CMStringW sUserID; + CMStringW sFullName; CMStringA sPassword; - CMString sIdentServerType; - CMString sNetwork; + CMStringW sIdentServerType; + CMStringW sNetwork; bool bIdentServer; bool bNickFlag; int m_iSSL; @@ -114,7 +114,7 @@ struct CIrcIgnoreItem CIrcIgnoreItem( int codepage, const char*, const char*, const char* ); ~CIrcIgnoreItem(); - CMString mask, flags, network; + CMStringW mask, flags, network; }; //////////////////////////////////////////////////////////////////// -- cgit v1.2.3