added #ifdef around headers to support private test build.
[reactos.git] / reactos / ntoskrnl / cm / ntfunc.c
index a419b74..302a818 100644 (file)
@@ -8,6 +8,9 @@
 
 /* INCLUDES *****************************************************************/
 
+#ifdef WIN32_REGDBG
+#include "cm_win32.h"
+#else
 #include <ddk/ntddk.h>
 #include <roscfg.h>
 #include <internal/ob.h>
@@ -20,6 +23,7 @@
 #include <internal/debug.h>
 
 #include "cm.h"
+#endif
 
 
 /* GLOBALS ******************************************************************/