Add NTSTATUS typedef if needed

This commit is contained in:
Ryan Pavlik 2011-09-06 14:11:52 -05:00 committed by Alan Ott
parent c491f95935
commit 2089519798

View File

@ -22,6 +22,10 @@
#include <windows.h>
#ifndef _NTDEF_
typedef LONG NTSTATUS;
#endif
#ifdef __MINGW32__
#include <ntdef.h>
#include <winbase.h>