From ccbb2fb84b74b033ed2d7012416f5269b592f8d5 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 1 May 2005 09:07:31 +0000 Subject: [PATCH] Use default locale until ReactOS fully suports all required locale functions! svn path=/trunk/; revision=14901 --- reactos/subsys/system/cmd/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/subsys/system/cmd/config.h b/reactos/subsys/system/cmd/config.h index 7f026b762a0..65f8dac1f88 100644 --- a/reactos/subsys/system/cmd/config.h +++ b/reactos/subsys/system/cmd/config.h @@ -52,9 +52,13 @@ /* 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