* Sync with recent trunk (r52637).
[reactos.git] / base / applications / regedit / regedit.h
index 58cc4aa..44b3a3a 100644 (file)
@@ -2,7 +2,12 @@
 #define _REGEDIT_H
 
 #define WIN32_LEAN_AND_MEAN     /* Exclude rarely-used stuff from Windows headers */
+#define WIN32_NO_STATUS
 #include <windows.h>
+
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
+
 #include <commctrl.h>
 #include <shellapi.h>
 #include <shlwapi.h>