mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
change add the DLL name for Mac and UNIX and add placeholder for planned converters
This commit is contained in:
parent
b6f97e8826
commit
58baea9bbe
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user