summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-09-08 19:43:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-09-08 19:43:23 +0300
commit88fc41f67e3114e06deba123ce972052f17e0f3e (patch)
tree0a9de5a1b50e9c194efc258a76b82ed5b33f21b8 /plugins/PluginUpdater/src/stdafx.h
parent5d0dff54982b174d382aca8da00393273bc7b3e5 (diff)
Plugin Updater to store backups in the separate folders
Diffstat (limited to 'plugins/PluginUpdater/src/stdafx.h')
-rw-r--r--plugins/PluginUpdater/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h
index a9628fb7ca..ed46c7c286 100644
--- a/plugins/PluginUpdater/src/stdafx.h
+++ b/plugins/PluginUpdater/src/stdafx.h
@@ -136,7 +136,6 @@ enum
#define DB_SETTING_UPDATE_MODE "UpdateMode"
#define DB_SETTING_UPDATE_URL "UpdateURL"
#define DB_SETTING_NEED_RESTART "NeedRestart"
-#define DB_SETTING_RESTART_COUNT "RestartCount"
#define DB_SETTING_LAST_UPDATE "LastUpdate"
#define DB_SETTING_DONT_SWITCH_TO_STABLE "DontSwitchToStable"
#define DB_SETTING_CHANGEPLATFORM "ChangePlatform"
@@ -276,6 +275,7 @@ bool PrepareEscalation();
void CreateWorkFolders(TFileName &wszTempFolder, TFileName &wszBackupFolder);
int SafeCreateDirectory(const wchar_t *pwszDirName);
+int SafeDeleteDirectory(const wchar_t *pwszDirName);
int SafeCopyFile(const wchar_t *pwszSrc, const wchar_t *pwszDst);
int SafeMoveFile(const wchar_t *pwszSrc, const wchar_t *pwszDst);
int SafeDeleteFile(const wchar_t *pwszSrc);