change add the DLL name for Mac and UNIX and add placeholder for planned converters

This commit is contained in:
ftang%netscape.com 1999-01-08 01:03:24 +00:00
parent b6f97e8826
commit 58baea9bbe

View File

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