aboutsummaryrefslogtreecommitdiff
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorfreiro <f73b2894@opayq.com>2016-11-24 16:42:31 +0100
committerfreiro <f73b2894@opayq.com>2016-11-24 16:42:31 +0100
commit79317b63d9c509bae2457c7c52ea3b1e71c07ea0 (patch)
tree748391a0c05039605f1dff09a11561978258c71f /src/common/file_util.h
parent3d75e3cd07a8c577d74aa1c7017c7ee5019e632d (diff)
Switch to AppData/Roaming
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r--src/common/file_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h
index 4c5ab676e1..ac58607c59 100644
--- a/src/common/file_util.h
+++ b/src/common/file_util.h
@@ -154,7 +154,7 @@ std::string GetBundleDirectory();
#ifdef _WIN32
std::string& GetExeDirectory();
-std::string AppDataLocalDirectory();
+std::string AppDataRoamingDirectory();
#endif
size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename);