EMX build break

This commit is contained in:
mkaply%us.ibm.com 2000-12-11 21:38:49 +00:00
parent 1008af70e7
commit cec3e58174
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -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