- Define NTSTATUS in a way compatible with the current header set

svn path=/trunk/; revision=37670
This commit is contained in:
Stefan Ginsberg 2008-11-26 19:22:33 +00:00
parent edad66ead2
commit 7cd709ff27

View file

@ -1,5 +1,5 @@
#define _KSDDK_
#include <windows.h>
#include <ntsecapi.h>
typedef LONG NTSTATUS;
#include <ks.h>
#include <reactos/helper.h>