Commit 651614ce authored by Christophe Mutricy's avatar Christophe Mutricy

unicode.c: Fix logic to set use_iconv

parent a4b63650
......@@ -45,7 +45,7 @@
# define ASSUME_UTF8 1
#endif
#if !(defined (WIN32) && defined (UNDER_CE) && defined (ASSUME_UTF8))
#if !(defined (WIN32) || defined (UNDER_CE) || defined (ASSUME_UTF8))
# define USE_ICONV 1
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment