added #ifdef around headers to support private test build.
[reactos.git] / reactos / ntoskrnl / rtl / nls.c
index 6dfa24b..14abdb7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: nls.c,v 1.7 2002/08/20 20:37:16 hyperion Exp $
+/* $Id: nls.c,v 1.10 2002/11/10 13:36:59 robd Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
  *   4) Add multi-byte translation code.
  */
 
+#ifdef WIN32_REGDBG
+#include "cm_win32.h"
+#else
+
 #include <ddk/ntddk.h>
 //#include <internal/nls.h>
 
 #define NDEBUG
 #include <internal/debug.h>
 
+#endif
+
 /* GLOBALS *******************************************************************/
 
 BOOLEAN NlsMbCodePageTag = FALSE;