Modified LocaleSelfTest to look for it's components in NSLOCALE_DLL on the Mac. (This mirrors the other builds.)

This commit is contained in:
tague%netscape.com 1999-02-01 04:37:47 +00:00
parent 33eb3a52b3
commit fc83b34cdf

View File

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