diff options
Diffstat (limited to 'plugins/Db_autobackups/headers.h')
-rw-r--r-- | plugins/Db_autobackups/headers.h | 11 |
1 files changed, 4 insertions, 7 deletions
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);
|