Disable iconv for libxml

This commit is contained in:
alesapin 2021-12-14 19:26:09 +03:00
parent c46c912507
commit e7a7378cfc

View File

@ -268,7 +268,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether iconv support is available
*/
#if 1
#if 0
#define LIBXML_ICONV_ENABLED
#endif