OS/2 GCC Tinderbox break

Another Locale #define missing from EMX


git-svn-id: svn://10.0.0.236/trunk@79333 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2000-09-15 10:33:50 +00:00
parent c1133143f6
commit a1e92d7a2e

View File

@@ -62,6 +62,11 @@ nsCollationOS2::~nsCollationOS2()
delete mCollation;
}
/* Workaround for GCC problem */
#ifndef LOCI_iCodepage
#define LOCI_iCodepage 111
#endif
nsresult nsCollationOS2::Initialize(nsILocale *locale)
{
#define kPlatformLocaleLength 64