[*] NT build regression
This commit is contained in:
parent
a4f6db7ec9
commit
ab6f00f094
@ -10,6 +10,12 @@
|
||||
#include "IPC.hpp"
|
||||
|
||||
#include <Source/IO/IPC/AuIPCHandle.hpp>
|
||||
#include <Source/IO/Loop/LSHandle.hpp>
|
||||
|
||||
namespace Aurora::IO::FS
|
||||
{
|
||||
struct NtAsyncFileStream;
|
||||
}
|
||||
|
||||
namespace Aurora::IO::IPC
|
||||
{
|
||||
|
@ -11,12 +11,6 @@
|
||||
|
||||
namespace Aurora::IO::Loop
|
||||
{
|
||||
#if defined(AURORA_IS_MODERNNT_DERIVED)
|
||||
static constexpr auto kInvalidHandle = (AuUInt)INVALID_HANDLE_VALUE;
|
||||
#else
|
||||
static constexpr auto kInvalidHandle = -1;
|
||||
#endif
|
||||
|
||||
struct LSIOHandle : virtual WaitSingleGeneric
|
||||
{
|
||||
LSIOHandle();
|
||||
|
Loading…
Reference in New Issue
Block a user