From 4f3031386a93610686ce917c47582fa04f3d5eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 11 Aug 2014 21:19:54 +0000 Subject: Updated SkypeClassic sources from leecher (compatible with IM, but broken with NG) git-svn-id: http://svn.miranda-ng.org/main/trunk@10159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeClassic/src/gchat.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'protocols/SkypeClassic/src/gchat.h') diff --git a/protocols/SkypeClassic/src/gchat.h b/protocols/SkypeClassic/src/gchat.h index 91dcef43f4..82648c3e20 100644 --- a/protocols/SkypeClassic/src/gchat.h +++ b/protocols/SkypeClassic/src/gchat.h @@ -11,6 +11,11 @@ #define MAX_BUF 256 // Buffer for topic-string +// In case this you compile for Miranda NG with a non-Tchar aware Groupchat plugin, null the flag out +#ifndef GC_TCHAR +#define GC_TCHAR 0 +#endif + typedef struct { MCONTACT hContact; TCHAR who[33]; @@ -44,4 +49,4 @@ INT_PTR GCOnLeaveChat(WPARAM wParam,LPARAM lParam); INT_PTR GCOnJoinChat(WPARAM wParam,LPARAM lParam); void GCInit(void); void GCExit(void); -void SetChatTopic (const TCHAR *szChatId, TCHAR *szTopic, BOOL bSet); +void SetChatTopic (TCHAR *szChatId, TCHAR *szTopic, BOOL bSet); -- cgit v1.2.3