ntstatus.h is in psdk, not in ddk folder.
(How did this work?)

svn path=/trunk/; revision=47853
This commit is contained in:
Timo Kreuzer 2010-06-26 11:03:09 +00:00
parent 6965f5f1f5
commit 3be89c6184

View file

@ -23,7 +23,7 @@
#include <windowsx.h>
#include <winnls32.h>
#include <ndk/ntndk.h>
#include <ddk/ntstatus.h>
#include <ntstatus.h>
/* CSRSS Headers */
#include <csrss/csrss.h>