diff --git a/reactos/ntoskrnl/rtl/nls.c b/reactos/ntoskrnl/rtl/nls.c index f308cf8fcae..14abdb780a7 100644 --- a/reactos/ntoskrnl/rtl/nls.c +++ b/reactos/ntoskrnl/rtl/nls.c @@ -1,4 +1,4 @@ -/* $Id: nls.c,v 1.9 2002/09/08 10:23:42 chorns 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 @@ -20,12 +20,18 @@ * 4) Add multi-byte translation code. */ +#ifdef WIN32_REGDBG +#include "cm_win32.h" +#else + #include //#include #define NDEBUG #include +#endif + /* GLOBALS *******************************************************************/ BOOLEAN NlsMbCodePageTag = FALSE;