Print date and time formats according to regional settings
authorHervé Poussineau <hpoussin@reactos.org>
Tue, 5 Apr 2005 12:34:38 +0000 (12:34 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Tue, 5 Apr 2005 12:34:38 +0000 (12:34 +0000)
svn path=/trunk/; revision=14501

reactos/subsys/system/cmd/config.h

index 65f8dac..7f026b7 100644 (file)
 /* 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