[*] NT build regression

This commit is contained in:
Reece Wilson 2023-09-17 00:34:37 +01:00
parent a4f6db7ec9
commit ab6f00f094
2 changed files with 6 additions and 6 deletions

View File

@ -10,6 +10,12 @@
#include "IPC.hpp" #include "IPC.hpp"
#include <Source/IO/IPC/AuIPCHandle.hpp> #include <Source/IO/IPC/AuIPCHandle.hpp>
#include <Source/IO/Loop/LSHandle.hpp>
namespace Aurora::IO::FS
{
struct NtAsyncFileStream;
}
namespace Aurora::IO::IPC namespace Aurora::IO::IPC
{ {

View File

@ -11,12 +11,6 @@
namespace Aurora::IO::Loop 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 struct LSIOHandle : virtual WaitSingleGeneric
{ {
LSIOHandle(); LSIOHandle();