From 46eff0941450114f9dda873037d6744263dc9ad0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 15 Jun 2012 19:20:06 +0000 Subject: small portion of "#ifsef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db_autobackups/headers.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'plugins/Db_autobackups') diff --git a/plugins/Db_autobackups/headers.h b/plugins/Db_autobackups/headers.h index f90360c533..b0c235855a 100644 --- a/plugins/Db_autobackups/headers.h +++ b/plugins/Db_autobackups/headers.h @@ -28,13 +28,10 @@ #define MS_AB_BACKUPTRGR "AB/Backuptrg" #define MS_AB_SAVEAS "AB/SaveAs" -#ifdef _UNICODE - #define SUB_DIR L"\\AutoBackups" - #define DIR L"%miranda_userdata%" -#else - #define SUB_DIR "\\AutoBackups" - #define DIR "%miranda_userdata%" -#endif + +#define SUB_DIR L"\\AutoBackups" +#define DIR L"%miranda_userdata%" + void ShowPopup(TCHAR* text, TCHAR* header); INT_PTR DBSaveAs(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3