Compiles, links and runs (functionality not tested)
This commit is contained in:
parent
04723a289b
commit
6a97c0447a
48 changed files with 224 additions and 149 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "waithandlelist.h"
|
||||
#include "win32event.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
WaitHandleList::WaitHandleList() = default;
|
||||
WaitHandleList::~WaitHandleList() = default;
|
||||
|
||||
|
|
@ -29,3 +30,5 @@ WaitHandleList::operator const HANDLE*() const
|
|||
{
|
||||
return m_waitHandles.data();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue