From b7e047f64d8b79e5b6cf9ea682a09d575821129c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Jun 2012 15:23:07 +0000 Subject: fix for the russian tweets' sending git-svn-id: http://svn.miranda-ng.org/main/trunk@380 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Twitter/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Twitter/proto.h') diff --git a/protocols/Twitter/proto.h b/protocols/Twitter/proto.h index f39570d676..8e25031470 100644 --- a/protocols/Twitter/proto.h +++ b/protocols/Twitter/proto.h @@ -146,8 +146,8 @@ private: HANDLE AddToClientList(const char *,const char *); void SetAllContactStatuses(int); - int LOG(const char *fmt,...); - int WLOG(const char* first, const wstring last); + int LOG(TCHAR *fmt,...); + int WLOG(TCHAR* first, const wstring last); static void CALLBACK APC_callback(ULONG_PTR p); void UpdateChat(const twitter_user &update); -- cgit v1.2.3