BeOS should use Unix/POSIX locale
git-svn-id: svn://10.0.0.236/trunk@130407 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
88834057fb
commit
708f87c254
@ -54,7 +54,7 @@
|
||||
#define USE_MAC_LOCALE
|
||||
#endif
|
||||
|
||||
#if defined(XP_UNIX) && !defined(XP_MACOSX)
|
||||
#if (defined(XP_UNIX) && !defined(XP_MACOSX)) || defined(XP_BEOS)
|
||||
#define USE_UNIX_LOCALE
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user