diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-08-11 21:37:01 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-08-11 21:37:01 +0000 |
commit | b1d27ac02a3835fe46105f8267ed2132a4a8bd91 (patch) | |
tree | b2ce9baeabfea596cb11c9bbcca7b6b57b75a3d7 /protocols/SkypeClassic/src/gchat.h | |
parent | ea65832ded45760913f9256b39c28720ed183790 (diff) |
SkypeClassic: Revert previous commits as it doesn't work in reality
git-svn-id: http://svn.miranda-ng.org/main/trunk@10162 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];
|