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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user