update for HEAD-2003021201
[reactos.git] / ntoskrnl / cm / import.c
index 1221d19..3f693e0 100644 (file)
@@ -7,6 +7,9 @@
  * PROGRAMMERS:     Rex Jolliff
  */
 
+#ifdef WIN32_REGDBG
+#include "cm_win32.h"
+#else
 #include <ctype.h>
 
 #include <ddk/ntddk.h>
@@ -21,6 +24,7 @@
 #include <internal/debug.h>
 
 #include "cm.h"
+#endif
 
 static PCHAR 
 checkAndSkipMagic (PCHAR  regChunk)