util/async.c: Include NTSTATUS

Fixes non-PCH build.
This commit is contained in:
Tau 2019-09-01 11:48:55 -04:00
parent 32c87ca37e
commit eccb5557d0
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
/* NTSTATUS chicanery. See precompiled.h */
#define WIN32_NO_STATUS
#include <windows.h>
#undef WIN32_NO_STATUS
#include <winternl.h>
#include <ntstatus.h>
#include <assert.h>