mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Modified LocaleSelfTest to look for it's components in NSLOCALE_DLL on the Mac. (This mirrors the other builds.)
This commit is contained in:
parent
33eb3a52b3
commit
fc83b34cdf
@ -25,7 +25,7 @@
|
||||
#include "nsIDateTimeFormat.h"
|
||||
|
||||
#ifdef XP_MAC
|
||||
#define LOCALE_DLL_NAME "LOCALE_DLL"
|
||||
#define LOCALE_DLL_NAME "NSLOCALE_DLL"
|
||||
#elif defined(NP_WIN)
|
||||
#define LOCALE_DLL_NAME "NSLOCALE.DLL"
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user