diff options
| author | Léo Lam <leo@leolam.fr> | 2019-11-09 21:10:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-09 21:10:16 +0100 |
| commit | f4e12f85bce7f0ad3c3fcc5d19d7db495600a41b (patch) | |
| tree | 5960897f371699d1b107c4c7007d541fb8694d79 /Source/Core/Common/FileUtil.h | |
| parent | 6cb60f8d364fc9887bfb4779993036d5554902a2 (diff) | |
| parent | ea8a3059bff1693ea640777a3aeb0c31daf18951 (diff) | |
Merge pull request #8393 from CookiePLMonster/long-paths
Support Windows 10 long paths
Diffstat (limited to 'Source/Core/Common/FileUtil.h')
| -rw-r--r-- | Source/Core/Common/FileUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/FileUtil.h b/Source/Core/Common/FileUtil.h index ccabf7fdfe..2c13ae07c0 100644 --- a/Source/Core/Common/FileUtil.h +++ b/Source/Core/Common/FileUtil.h @@ -174,7 +174,7 @@ bool SetCurrentDir(const std::string& directory); std::string CreateTempDir(); // Get a filename that can hopefully be atomically renamed to the given path. -std::string GetTempFilenameForAtomicWrite(const std::string& path); +std::string GetTempFilenameForAtomicWrite(std::string path); // Gets a set user directory path // Don't call prior to setting the base user directory |
