Fix build with no Unicode funcs implementations provided

pull/1/head
Behdad Esfahbod 13 years ago
parent 6efe1eca66
commit 9a5b421a64
  1. 1
      src/hb-unicode-private.hh

@ -99,6 +99,7 @@ extern HB_INTERNAL const hb_unicode_funcs_t _hb_icu_unicode_funcs;
#define _hb_unicode_funcs_default _hb_icu_unicode_funcs
#else
#define HB_UNICODE_FUNCS_NIL 1
extern HB_INTERNAL const hb_unicode_funcs_t _hb_unicode_funcs_nil;
#define _hb_unicode_funcs_default _hb_unicode_funcs_nil
#endif

Loading…
Cancel
Save