From 50ba5df259277fa4200fb3bb66ee69c820a8767d Mon Sep 17 00:00:00 2001 From: "tague%netscape.com" Date: Mon, 1 Feb 1999 04:37:47 +0000 Subject: [PATCH] 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 --- mozilla/intl/locale/tests/LocaleSelfTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/intl/locale/tests/LocaleSelfTest.cpp b/mozilla/intl/locale/tests/LocaleSelfTest.cpp index d602d93bc07..b64ce4ea145 100644 --- a/mozilla/intl/locale/tests/LocaleSelfTest.cpp +++ b/mozilla/intl/locale/tests/LocaleSelfTest.cpp @@ -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