We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d135e5 commit 1d753ebCopy full SHA for 1d753eb
src/xrCore/Threading/Event.cpp
@@ -1,7 +1,6 @@
1
#include "stdafx.h"
2
#include "Event.hpp"
3
#if defined(WINDOWS)
4
-#include <windows.h>
5
6
Event::Event() noexcept { handle = (void*)CreateEvent(NULL, FALSE, FALSE, NULL); }
7
Event::~Event() noexcept { CloseHandle(handle); }
0 commit comments