mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
added #ifdef around headers to support private test build.
svn path=/trunk/; revision=3723
This commit is contained in:
@@ -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 <ddk/ntddk.h>
|
||||
//#include <internal/nls.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
#endif
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
BOOLEAN NlsMbCodePageTag = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user