diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-20 19:20:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-20 19:20:31 +0300 |
commit | 1444743f2a88a2e9971d44b93f9bba98bfd2a5c9 (patch) | |
tree | 2a1d44f021d56e06b69015c9a83d75e0b03ab8a7 /plugins/Db_autobackups/src/stdafx.h | |
parent | 2079a83c7b01c68be4276d8c89d1a7967d07c3f9 (diff) |
mad ANSI <-> Unicode conversion removed
Diffstat (limited to 'plugins/Db_autobackups/src/stdafx.h')
-rw-r--r-- | plugins/Db_autobackups/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h index 0698f1fd47..c680d2b673 100644 --- a/plugins/Db_autobackups/src/stdafx.h +++ b/plugins/Db_autobackups/src/stdafx.h @@ -55,7 +55,7 @@ struct ZipFile __forceinline ZipFile(const std::string &path, const std::string &zpath) : sPath(path), sZipPath(zpath) {}
};
-int CreateZipFile(const char *szDestPath, OBJLIST<ZipFile> &lstFiles, const std::function<bool(size_t)> &fnCallback);
+int CreateZipFile(const wchar_t *szDestPath, OBJLIST<ZipFile> &lstFiles, const std::function<bool(size_t)> &fnCallback);
extern char g_szMirVer[];
|