diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-14 16:22:13 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-14 16:22:13 +0000 |
commit | d5d023f683b23fe26ddea93738cb721d532804f0 (patch) | |
tree | 21e7398686c7a5d1604d58bfb71ca4329c84be66 /protocols/JabberG/jabber_disco.h | |
parent | e58823d961a630eb62e60d2ccb443761ba5f1704 (diff) |
another portion of "#ifsef Unicode" removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/jabber_disco.h')
-rw-r--r-- | protocols/JabberG/jabber_disco.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/JabberG/jabber_disco.h b/protocols/JabberG/jabber_disco.h index 9daca0ffb7..372a9b1379 100644 --- a/protocols/JabberG/jabber_disco.h +++ b/protocols/JabberG/jabber_disco.h @@ -28,12 +28,8 @@ Last change by : $Author: george.hazan $ #ifndef _JABBER_DISCO_H_
#define _JABBER_DISCO_H_
-#ifdef _UNICODE
- #define CHR_BULLET ((WCHAR)0x2022)
+#define CHR_BULLET ((WCHAR)0x2022)
// #define STR_BULLET L" \u2022 "
-#else
- #define CHR_BULLET '-'
-#endif
#define JABBER_DISCO_RESULT_NOT_REQUESTED 0
#define JABBER_DISCO_RESULT_ERROR -1
|