mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Print date and time formats according to regional settings
svn path=/trunk/; revision=14501
This commit is contained in:
parent
f477aa0a0f
commit
47632d3088
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue