mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
bug 195093 : os2 bustage fix
This commit is contained in:
parent
4b335a14cb
commit
fb429e643d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user