[arabic] Allow disabling win1256 fallback code

By defining HB_NO_WIN1256.
This commit is contained in:
Behdad Esfahbod 2014-08-25 11:48:12 -04:00
parent 8a93195021
commit 9ceb673d9c
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ struct arabic_fallback_plan_t
static const arabic_fallback_plan_t arabic_fallback_plan_nil = {};
#if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(HB_WITH_WIN1256)
#if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(HB_NO_WIN1256)
#define HB_WITH_WIN1256
#endif