feat:[TD-32642] add charset for connection support
This commit is contained in:
parent
0e2a16d70f
commit
00dc3cd8c8
|
@ -22,7 +22,7 @@ extern "C" {
|
|||
|
||||
typedef wchar_t TdWchar;
|
||||
typedef int32_t TdUcs4;
|
||||
#if !defined(DISALLOW_NCHAR_WITHOUT_ICONV) && defined(DARWIN)
|
||||
#if !defined(DISALLOW_NCHAR_WITHOUT_ICONV)
|
||||
#include "iconv.h"
|
||||
#else
|
||||
typedef void *iconv_t;
|
||||
|
|
Loading…
Reference in New Issue