bug 195093 : os2 bustage fix

This commit is contained in:
jshin%mailaps.org 2003-10-30 06:14:54 +00:00
parent 4b335a14cb
commit fb429e643d
2 changed files with 2 additions and 1 deletions

View File

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

View File

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