1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-09-23 18:58:21 +02:00

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

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>