mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
EMX build break
This commit is contained in:
parent
1008af70e7
commit
cec3e58174
@ -64,7 +64,7 @@ nsCollationOS2::~nsCollationOS2()
|
||||
|
||||
/* Workaround for GCC problem */
|
||||
#ifndef LOCI_iCodepage
|
||||
#define LOCI_iCodepage 111
|
||||
#define LOCI_iCodepage ((LocaleItem)111)
|
||||
#endif
|
||||
|
||||
nsresult nsCollationOS2::Initialize(nsILocale *locale)
|
||||
|
@ -65,7 +65,7 @@ nsresult nsDateTimeFormatOS2::FormatTime(nsILocale* locale,
|
||||
|
||||
/* Workaround for GCC problem */
|
||||
#ifndef LOCI_sDate
|
||||
#define LOCI_sDate 63
|
||||
#define LOCI_sDate ((LocaleItem)63)
|
||||
#endif
|
||||
|
||||
// performs a locale sensitive date formatting operation on the struct tm parameter
|
||||
|
@ -58,7 +58,7 @@ nsOS2Locale::~nsOS2Locale(void)
|
||||
|
||||
/* Workaround for GCC problem */
|
||||
#ifndef LOCI_sName
|
||||
#define LOCI_sName 100
|
||||
#define LOCI_sName ((LocaleItem)100)
|
||||
#endif
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
Loading…
Reference in New Issue
Block a user