forked from Dniel97/segatools
util/async.c: Include NTSTATUS
Fixes non-PCH build.
This commit is contained in:
parent
32c87ca37e
commit
eccb5557d0
@ -1,4 +1,8 @@
|
|||||||
|
/* NTSTATUS chicanery. See precompiled.h */
|
||||||
|
#define WIN32_NO_STATUS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#undef WIN32_NO_STATUS
|
||||||
|
#include <winternl.h>
|
||||||
#include <ntstatus.h>
|
#include <ntstatus.h>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user