OS/2 GCC Tinderbox break
Another Locale #define missing from EMX
This commit is contained in:
Родитель
f0f0529007
Коммит
db78637c7b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче