Rely only on host headers (+ target ntstatus.h) to build mkhive
[reactos.git] / reactos / tools / mkhive / rtl.c
index 7f4db5f..8c9b4a7 100644 (file)
@@ -6,11 +6,7 @@
 
 #include <stdlib.h>
 
-#define RTL_H
-
-#define NTOS_MODE_USER
-#define WIN32_NO_STATUS
-#include <ntddk.h>
+#include "mkhive.h"
 #include <bitmap.c>
 
 SIZE_T xwcslen( PCWSTR String ) {