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 --- plugins/SRMM/msglog.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/SRMM/msglog.c') diff --git a/plugins/SRMM/msglog.c b/plugins/SRMM/msglog.c index 00a8b682e4..82bb0f8da5 100644 --- a/plugins/SRMM/msglog.c +++ b/plugins/SRMM/msglog.c @@ -180,11 +180,7 @@ static int AppendToBufferWithRTF(char **buffer, int *cbBufferEnd, int *cbBufferA return textCharsCount; } -#ifdef _UNICODE - #define FONT_FORMAT "{\\f%u\\fnil\\fcharset%u %S;}" -#else - #define FONT_FORMAT "{\\f%u\\fnil\\fcharset%u %s;}" -#endif +#define FONT_FORMAT "{\\f%u\\fnil\\fcharset%u %S;}" static char *CreateRTFHeader(struct MessageWindowData *dat) { -- cgit v1.2.3