fix: compile errors
This commit is contained in:
parent
d8858a5113
commit
83f96706c7
|
@ -22,7 +22,7 @@ extern "C" {
|
||||||
|
|
||||||
typedef wchar_t TdWchar;
|
typedef wchar_t TdWchar;
|
||||||
typedef int32_t TdUcs4;
|
typedef int32_t TdUcs4;
|
||||||
#if !defined(DISALLOW_NCHAR_WITHOUT_ICONV) && defined(DARWIN)
|
#ifndef DISALLOW_NCHAR_WITHOUT_ICONV
|
||||||
#include "iconv.h"
|
#include "iconv.h"
|
||||||
#else
|
#else
|
||||||
typedef void *iconv_t;
|
typedef void *iconv_t;
|
||||||
|
|
Loading…
Reference in New Issue