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