Another Locale #define missing from EMX
This commit is contained in:
mkaply%us.ibm.com 2000-09-15 10:33:50 +00:00
Родитель a78450c668
Коммит 4356523db3
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

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