diff options
| author | freiro <freiro@users.noreply.github.com> | 2016-11-17 01:33:16 +0100 |
|---|---|---|
| committer | freiro <f73b2894@opayq.com> | 2016-11-19 15:49:52 +0100 |
| commit | 29bb82cb8e5c34eba174964099b2cdc04103de7b (patch) | |
| tree | b724d316ea32df337bd4137a1e985481dc7f013c /src/common/file_util.h | |
| parent | fb13bfe693e9536df700b675fef3affe09622fdd (diff) | |
Win32 move default user folder location to AppData
Diffstat (limited to 'src/common/file_util.h')
| -rw-r--r-- | src/common/file_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index 204b06f14..03cb222fe 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -154,6 +154,7 @@ std::string GetBundleDirectory(); #ifdef _WIN32 std::string& GetExeDirectory(); +std::string& AppDataLocalDirectory(); #endif size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename); |
