From 2ed86aa10655523a1764058c56cd3fee861611a9 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Thu, 11 Nov 2021 14:41:24 +0100 Subject: Windows compile fix --- zencore/thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zencore/thread.cpp') diff --git a/zencore/thread.cpp b/zencore/thread.cpp index 0b9534c39..7f8042ae0 100644 --- a/zencore/thread.cpp +++ b/zencore/thread.cpp @@ -266,9 +266,9 @@ NamedEvent::NamedEvent(std::string_view EventName) PathLen -= 1; # endif EventName.copy(PathPtr, PathLen); -#endif m_EventHandle = Inner; +#endif } NamedEvent::~NamedEvent() -- cgit v1.2.3