From 82b7f31f6136ec83fbc906debea96ffb6f2227a0 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 1 May 2005 20:30:41 +0000 Subject: [PATCH] reverted them back from ekohl change it create alot of problem example chater are not being display right if you switch reactos to another langues. svn path=/trunk/; revision=14925 --- reactos/subsys/system/cmd/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/subsys/system/cmd/config.h b/reactos/subsys/system/cmd/config.h index 65f8dac1f88..7f026b762a0 100644 --- a/reactos/subsys/system/cmd/config.h +++ b/reactos/subsys/system/cmd/config.h @@ -52,13 +52,9 @@ /* Define one of these to select the used locale. */ /* (date and time formats etc.) used in DATE, TIME, */ /* DIR, PROMPT etc. */ -#ifdef __REACTOS__ -#define LOCALE_DEFAULT -#else #define LOCALE_WINDOWS /* System locale */ /* #define LOCALE_GERMAN */ /* German locale */ /* #define LOCALE_DEFAULT */ /* United States locale */ -#endif #ifndef __REACTOS__ #define INCLUDE_CMD_ACTIVATE