mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +00:00
Use default locale until ReactOS fully suports all required locale functions!
svn path=/trunk/; revision=14901
This commit is contained in:
parent
334e2d762a
commit
ccbb2fb84b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue