From d5d023f683b23fe26ddea93738cb721d532804f0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 14 Jun 2012 16:22:13 +0000 Subject: another portion of "#ifsef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@411 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/jabber_disco.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'protocols/JabberG/jabber_disco.h') 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 -- cgit v1.2.3