mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +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
|
||||
#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