diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-08-14 17:13:51 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-08-14 17:13:51 +0000 |
commit | e18bb0689bb3ff2bdd622b5feca554d7559ca8e8 (patch) | |
tree | 44d78a0f86cdd788f9f0073949bcc53d6463b711 /protocols/SkypeClassic/src/gchat.h | |
parent | 0a1ec91589a265b41210068b8d21fa469e750a08 (diff) |
SkypeClassic: Complete revert to NG version
git-svn-id: http://svn.miranda-ng.org/main/trunk@10182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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];
|