18 lines
297 B
C++
18 lines
297 B
C++
/***
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: WaitSingle.Generic.cpp
|
|
Date: 2021-10-2
|
|
Author: Reece
|
|
***/
|
|
#include <Source/RuntimeInternal.hpp>
|
|
#include "WaitSingle.hpp"
|
|
|
|
#if defined(IMPL_WAIT_SINGLE_GEN)
|
|
|
|
namespace Aurora::Loop
|
|
{
|
|
|
|
}
|
|
|
|
#endif |