diff options
Diffstat (limited to 'zencore/filesystem.cpp')
| -rw-r--r-- | zencore/filesystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/filesystem.cpp b/zencore/filesystem.cpp index 7b123eb4e..908810773 100644 --- a/zencore/filesystem.cpp +++ b/zencore/filesystem.cpp @@ -610,7 +610,7 @@ PathFromHandle(void* NativeHandle) return FullPath; } -std::filesystem::path +std::filesystem::path GetRunningExecutablePath() { TCHAR ExePath[MAX_PATH]; |