[ros-diffs] [ekohl] 14901: Use default locale until ReactOS fully suports all required locale functions!

ekohl at svn.reactos.com ekohl at svn.reactos.com
Sun May 1 11:07:33 CEST 2005


Use default locale until ReactOS fully suports all required locale
functions!
Modified: trunk/reactos/subsys/system/cmd/config.h
  _____  

Modified: trunk/reactos/subsys/system/cmd/config.h
--- trunk/reactos/subsys/system/cmd/config.h	2005-05-01 08:25:33 UTC
(rev 14900)
+++ trunk/reactos/subsys/system/cmd/config.h	2005-05-01 09:07:31 UTC
(rev 14901)
@@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050501/8e07cb39/attachment.html


More information about the Ros-diffs mailing list