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

git-svn-id: svn://10.0.0.236/trunk@19143 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tague%netscape.com
1999-02-01 04:37:47 +00:00
parent 181faf3bd7
commit 50ba5df259

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