From 58baea9bbe3488fb47eca7118dfcc0d69f73670a Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Fri, 8 Jan 1999 01:03:24 +0000 Subject: [PATCH] change add the DLL name for Mac and UNIX and add placeholder for planned converters --- intl/uconv/tests/nsTestUConv.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/intl/uconv/tests/nsTestUConv.cpp b/intl/uconv/tests/nsTestUConv.cpp index cbe1da072e30..f20491b9413c 100644 --- a/intl/uconv/tests/nsTestUConv.cpp +++ b/intl/uconv/tests/nsTestUConv.cpp @@ -24,7 +24,15 @@ #include "nsICharsetConverterManager.h" #include "nsConverterCID.h" +#ifdef XP_UNIX +#define UCONV_DLL "libuconv.so" +#else +#ifdef XP_WIN #define UCONV_DLL "uconv.dll" +#else /* XP_MAC */ +#define UCONV_DLL "UCONV_DLL" +#endif +#endif #define TABLE_SIZE1 5 nsICharsetConverterManager * ccMan = NULL;