Make project buildable by MSVC

This commit is contained in:
Tau
2018-11-23 18:24:41 -05:00
parent 359561d762
commit 6adb4e7b8b
6 changed files with 63 additions and 10 deletions

View File

@ -1,4 +1,8 @@
#define WIN32_NO_STATUS
#include <windows.h>
#undef WIN32_NO_STATUS
#include <winternl.h>
#include <ntstatus.h>
#include <assert.h>