summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/stdafx.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-08-20 20:49:19 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-08-20 20:49:19 +0000
commit10e432d5d02add6714ed41e11990e55abd131067 (patch)
tree32ab01aaf4b2c3f6cda166e641e243534f1f6b43 /plugins/Db_autobackups/src/stdafx.h
parentb38f7655f8eead4d06d2d78acba62a57c9c59c7e (diff)
db_autobackups:
- moved service declarations into a separate file git-svn-id: http://svn.miranda-ng.org/main/trunk@15000 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/src/stdafx.h')
-rw-r--r--plugins/Db_autobackups/src/stdafx.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h
index a3bc9d04a9..32fae90870 100644
--- a/plugins/Db_autobackups/src/stdafx.h
+++ b/plugins/Db_autobackups/src/stdafx.h
@@ -15,6 +15,7 @@
#include <m_popup.h>
#include <m_icolib.h>
#include <win2k.h>
+#include <m_autobackups.h>
#include <m_folders.h>
@@ -22,10 +23,6 @@
#include "resource.h"
#include "version.h"
-
-#define MS_AB_BACKUP "AB/Backup"
-#define MS_AB_SAVEAS "AB/SaveAs"
-
#define SUB_DIR L"\\AutoBackups"
#define DIR L"%miranda_userdata%"