Problem: Can't build for Android.
Solution: Add #if condition. (Fredrik Fornwall)
* API */
n = IsDBCSLeadByteEx(enc_dbcs, (WINBYTE)i) ? 2 : 1;
#else
-# if defined(MACOS) || defined(__amigaos4__)
+# if defined(MACOS) || defined(__amigaos4__) || defined(__ANDROID__)
/*
* if mblen() is not available, character which MSB is turned on
* are treated as leading byte character. (note : This assumption
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 194,
/**/
193,
/**/