summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-08-25 11:48:12 -0400
committerBehdad Esfahbod <behdad@behdad.org>2014-08-25 11:48:12 -0400
commit9ceb673d9c35bb28c9b2ed5359bdd8b23fda0019 (patch)
tree74fd7c663c8e17a806dc3a43dbff49857f171428
parent8a9319502141c09695461c386e54f998250420e9 (diff)
[arabic] Allow disabling win1256 fallback code
By defining HB_NO_WIN1256.
-rw-r--r--src/hb-ot-shape-complex-arabic-fallback.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-shape-complex-arabic-fallback.hh b/src/hb-ot-shape-complex-arabic-fallback.hh
index e5b7ed48..dc659e08 100644
--- a/src/hb-ot-shape-complex-arabic-fallback.hh
+++ b/src/hb-ot-shape-complex-arabic-fallback.hh
@@ -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