From 180aaabf99e2ae20f7b2f8e370490b9ee7244ca7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 6 Jun 2012 21:04:14 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/proto.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'protocols/Twitter/proto.h') diff --git a/protocols/Twitter/proto.h b/protocols/Twitter/proto.h index e7353b5dfe..d4f60536f8 100644 --- a/protocols/Twitter/proto.h +++ b/protocols/Twitter/proto.h @@ -51,34 +51,34 @@ public: virtual HANDLE __cdecl AddToListByEvent(int,int,HANDLE); virtual int __cdecl Authorize(HANDLE); - virtual int __cdecl AuthDeny(HANDLE,const char *); + virtual int __cdecl AuthDeny(HANDLE,const TCHAR *); virtual int __cdecl AuthRecv(HANDLE,PROTORECVEVENT *); - virtual int __cdecl AuthRequest(HANDLE,const char *); + virtual int __cdecl AuthRequest(HANDLE,const TCHAR *); virtual HANDLE __cdecl ChangeInfo(int,void *); - virtual HANDLE __cdecl FileAllow(HANDLE,HANDLE,const char *); + virtual HANDLE __cdecl FileAllow(HANDLE,HANDLE,const TCHAR *); virtual int __cdecl FileCancel(HANDLE,HANDLE); - virtual int __cdecl FileDeny(HANDLE,HANDLE,const char *); - virtual int __cdecl FileResume(HANDLE,int *,const char **); + virtual int __cdecl FileDeny(HANDLE,HANDLE,const TCHAR *); + virtual int __cdecl FileResume(HANDLE,int *,const TCHAR **); virtual DWORD __cdecl GetCaps(int,HANDLE = 0); virtual HICON __cdecl GetIcon(int); virtual int __cdecl GetInfo(HANDLE,int); - virtual HANDLE __cdecl SearchBasic(const char *); - virtual HANDLE __cdecl SearchByEmail(const char *); - virtual HANDLE __cdecl SearchByName(const char *,const char *,const char *); + virtual HANDLE __cdecl SearchBasic(const TCHAR *); + virtual HANDLE __cdecl SearchByEmail(const TCHAR *); + virtual HANDLE __cdecl SearchByName(const TCHAR *,const TCHAR *,const TCHAR *); virtual HWND __cdecl SearchAdvanced(HWND); virtual HWND __cdecl CreateExtendedSearchUI(HWND); virtual int __cdecl RecvContacts(HANDLE,PROTORECVEVENT *); - virtual int __cdecl RecvFile(HANDLE,PROTORECVFILE *); + virtual int __cdecl RecvFile(HANDLE,PROTORECVFILET *); virtual int __cdecl RecvMsg(HANDLE,PROTORECVEVENT *); virtual int __cdecl RecvUrl(HANDLE,PROTORECVEVENT *); virtual int __cdecl SendContacts(HANDLE,int,int,HANDLE *); - virtual HANDLE __cdecl SendFile(HANDLE,const char *,char **); + virtual HANDLE __cdecl SendFile(HANDLE,const TCHAR *,TCHAR **); virtual int __cdecl SendMsg(HANDLE,int,const char *); virtual int __cdecl SendUrl(HANDLE,int,const char *); @@ -88,7 +88,7 @@ public: virtual HANDLE __cdecl GetAwayMsg(HANDLE); virtual int __cdecl RecvAwayMsg(HANDLE,int,PROTORECVEVENT *); virtual int __cdecl SendAwayMsg(HANDLE,HANDLE,const char *); - virtual int __cdecl SetAwayMsg(int,const char *); + virtual int __cdecl SetAwayMsg(int,const TCHAR *); virtual int __cdecl UserIsTyping(HANDLE,int); -- cgit v1.2.3