[USER32]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 26 Jun 2010 11:03:09 +0000 (11:03 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 26 Jun 2010 11:03:09 +0000 (11:03 +0000)
ntstatus.h is in psdk, not in ddk folder.
(How did this work?)

svn path=/trunk/; revision=47853

reactos/dll/win32/user32/include/user32.h

index 99f48a1..ba2a836 100644 (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>