summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-09-19 22:20:01 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-09-19 22:20:01 +0300
commit2763040215137717c01e3b170e44b8b55cf38593 (patch)
tree7296d5acff252034706a58acae91d078c6d3060e /plugins/PluginUpdater/src/stdafx.h
parent23445f29860da2ebec3ba021f79f860e128e9113 (diff)
update for PluginUpdater_IM
Diffstat (limited to 'plugins/PluginUpdater/src/stdafx.h')
-rw-r--r--plugins/PluginUpdater/src/stdafx.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h
index 82fe43cc18..a621662ce5 100644
--- a/plugins/PluginUpdater/src/stdafx.h
+++ b/plugins/PluginUpdater/src/stdafx.h
@@ -39,7 +39,6 @@ Boston, MA 02111-1307, USA.
#include <m_assocmgr.h>
#include <win2k.h>
#include <m_pluginupdater.h>
-#include <m_autobackups.h>
#include <m_folders.h>
@@ -47,7 +46,10 @@ Boston, MA 02111-1307, USA.
#include "resource.h"
#if MIRANDA_VER < 0x0A00
-#include "Compat/compat.h"
+ #include <m_system_cpp.h>
+ #include "Compat/compat.h"
+#else
+ #include <m_autobackups.h>
#endif
#include "Notifications.h"