From 00dc3cd8c839e70e178f677adea990b01e8cd06e Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Wed, 27 Nov 2024 21:45:38 +0800 Subject: [PATCH] feat:[TD-32642] add charset for connection support --- include/os/osString.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/os/osString.h b/include/os/osString.h index 810c59131e..1fe83b7e3b 100644 --- a/include/os/osString.h +++ b/include/os/osString.h @@ -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;