Fixed type issue in mingw64 build.

This commit is contained in:
yetmorecode 2015-09-18 02:40:09 +02:00
parent edd6c1814f
commit 4d46ded1c5

View File

@ -6,7 +6,7 @@
#include <tchar.h>
#ifndef NTSTATUS
#define NTSTATUS
#define NTSTATUS DWORD
#endif
#ifndef WINAPI
#define WINAPI