mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Fix case on some files for mach o builds on UFS. r=seawood, sr=sfraser.
http://bugzilla.mozilla.org/show_bug.cgi?id=182425
This commit is contained in:
parent
463ef3d5d4
commit
ac2e7ea5eb
@ -44,7 +44,7 @@
|
||||
#include "nsMacLocale.h"
|
||||
#include "nsLocaleCID.h"
|
||||
#include "prprf.h"
|
||||
#include <script.h>
|
||||
#include <Script.h>
|
||||
|
||||
NS_DEFINE_IID(kMacLocaleCID, NS_MACLOCALE_CID);
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
# include "unidef.h"
|
||||
# include "nsIOS2Locale.h"
|
||||
#elif defined(XP_MAC) || defined(XP_MACOSX)
|
||||
# include <script.h>
|
||||
# include <Script.h>
|
||||
# include "nsIMacLocale.h"
|
||||
#elif defined(XP_UNIX) || defined(XP_BEOS)
|
||||
# include <locale.h>
|
||||
|
Loading…
Reference in New Issue
Block a user