mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 08:51:04 +00:00
BeOS should use Unix/POSIX locale
This commit is contained in:
parent
8d0f8f9cc4
commit
2c2236ad22
@ -54,7 +54,7 @@
|
|||||||
#define USE_MAC_LOCALE
|
#define USE_MAC_LOCALE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(XP_UNIX) && !defined(XP_MACOSX)
|
#if (defined(XP_UNIX) && !defined(XP_MACOSX)) || defined(XP_BEOS)
|
||||||
#define USE_UNIX_LOCALE
|
#define USE_UNIX_LOCALE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user