try to fix bug caused when I removed iostream from nsString
git-svn-id: svn://10.0.0.236/trunk@39857 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -23,13 +23,14 @@
|
||||
#include "nsLocale.h"
|
||||
#include "nsLocaleCID.h"
|
||||
#include "nsIComponentManager.h"
|
||||
#include <ctype.h> // for isalpha, tolower & isspace
|
||||
|
||||
#ifdef XP_PC
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#if defined(XP_UNIX) || defined(XP_BEOS)
|
||||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h> // for isalpha, tolower & isspace
|
||||
#endif
|
||||
|
||||
#define NSILOCALE_MAX_ACCEPT_LANGUAGE 16
|
||||
|
||||
Reference in New Issue
Block a user