From 8617d7e00546f892c9084f7c382648b23d8bbb63 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 16 Jun 2012 14:51:46 +0000 Subject: another portion of "#ifdef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/WhenWasIt/services.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'plugins/WhenWasIt/services.h') diff --git a/plugins/WhenWasIt/services.h b/plugins/WhenWasIt/services.h index 47619acc26..4348077a54 100644 --- a/plugins/WhenWasIt/services.h +++ b/plugins/WhenWasIt/services.h @@ -30,15 +30,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define REFRESH_DETAILS_DELAY 3000 -#ifdef _UNICODE + #define BIRTHDAY_EXTENSION ".bdaysW" #define BIRTHDAYS_EXPORT_FORMAT "%s@%S : %02d/%02d/%04d\n" #define NOTFOUND_FORMAT "Could not find UID '%s [%S]' in current database, skipping" -#else -#define BIRTHDAY_EXTENSION ".bdays" -#define BIRTHDAYS_EXPORT_FORMAT "%s@%s : %02d/%02d/%04d\n" -#define NOTFOUND_FORMAT "Could not find UID '%s [%s]' in current database, skipping" -#endif + extern int bShouldCheckBirthdays; extern int bBirthdayFound; -- cgit v1.2.3