diff options
Diffstat (limited to 'protocols/SkypeClassic/src/gchat.h')
-rw-r--r-- | protocols/SkypeClassic/src/gchat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/SkypeClassic/src/gchat.h b/protocols/SkypeClassic/src/gchat.h index 227f2f515c..91dcef43f4 100644 --- a/protocols/SkypeClassic/src/gchat.h +++ b/protocols/SkypeClassic/src/gchat.h @@ -11,11 +11,6 @@ #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];
|