From dde400ae1f76db2fe84c4b60b746245326098824 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Wed, 25 Sep 2002 05:45:23 +0000 Subject: [PATCH] BeOS should use Unix/POSIX locale --- intl/locale/src/nsLocaleConstructors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/locale/src/nsLocaleConstructors.h b/intl/locale/src/nsLocaleConstructors.h index a6a357a3cff..6da3e484307 100644 --- a/intl/locale/src/nsLocaleConstructors.h +++ b/intl/locale/src/nsLocaleConstructors.h @@ -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