[*] Supporting Linus-OS is causing me more HEADACHES

(fix nt regression in linux catch-up commit)
This commit is contained in:
Reece Wilson 2023-08-13 16:02:20 +01:00
parent f265ca267a
commit 3828712273

View File

@ -93,7 +93,7 @@ namespace Aurora::IO
if (create.bDirectIOMode)
{
dwFlags |= FILE_FLAG_NO_BUFFERING;
this->bDirectIOMode = true;
this->bDirectIO = true;
}
if (!dwFlags)