This commit is contained in:
jshin%mailaps.org 2003-10-30 06:14:54 +00:00
Родитель f61f141b12
Коммит 04829d7882
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -38,6 +38,7 @@
#include "nsOS2Locale.h"
#include "nsLocaleCID.h"
#include "prprf.h"
#include "nsReadableUtils.h"
/* nsOS2Locale ISupports */
NS_IMPL_ISUPPORTS1(nsOS2Locale,nsIOS2Locale)

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

@ -38,7 +38,7 @@ public:
NS_IMETHOD GetPlatformLocale(PRUnichar* os2Locale,
size_t length);
NS_IMETHOD GetXPLocale(const char* os2Locale, nsAutoString& locale);
NS_IMETHOD GetXPLocale(const char* os2Locale, nsAString& locale);
protected:
inline PRBool ParseLocaleString(const char* locale_string, char* language, char* country, char* extra, char separator);