From d1fdbbecaeacf751e66d2e37e191d1eaf44660f9 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 6 Aug 2021 18:39:13 +0200 Subject: Added support for defining test/non-test server environments --- zencore/filesystem.cpp | 2 +- zencore/include/zencore/thread.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'zencore') 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]; diff --git a/zencore/include/zencore/thread.h b/zencore/include/zencore/thread.h index bf27d75ae..8a0adbe9f 100644 --- a/zencore/include/zencore/thread.h +++ b/zencore/include/zencore/thread.h @@ -103,7 +103,7 @@ public: }; /** Basic abstraction of a named (system wide) mutex primitive - */ + */ class NamedMutex { public: -- cgit v1.2.3