From e521b812384a0e93f48e078c6cb248913dcc893a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 15 Jun 2012 20:04:13 +0000 Subject: another portion of "#ifsef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@437 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Sessions/Src/Sessions.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'plugins/Sessions/Src/Sessions.h') diff --git a/plugins/Sessions/Src/Sessions.h b/plugins/Sessions/Src/Sessions.h index 703fdeb636..345c31bc54 100644 --- a/plugins/Sessions/Src/Sessions.h +++ b/plugins/Sessions/Src/Sessions.h @@ -76,11 +76,9 @@ extern BOOL g_bIncompletedSave; #define TIMERID_SHOW 11 #define TIMERID_REBUILDAFTER 14 -#ifdef _UNICODE -#define SESSIONS_NAME "sessions_u" -#else -#define SESSIONS_NAME "sessions_a" -#endif + +#define SESSIONS_NAME "sessions" + #define SESSIONS_VERSION_URL "http://miranda.radicaled.ru/public/updater/sessions.txt" -- cgit v1.2.3