commit | ceb4c212dc91a277f646c4a5354e4362f548a9f6 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Tue Jul 02 16:02:13 2019 -0700 |
committer | Behdad Esfahbod <[email protected]> | Tue Jul 02 16:08:53 2019 -0700 |
tree | 834672e2cf556da5d282db986b451e0669923e17 | |
parent | 7ca54811f471a28163de6b3c561990c85aa39880 [diff] [blame] |
[amalgam] Fix UCD issue This actually makes it build now! Part https://github.com/harfbuzz/harfbuzz/issues/1809 Keeping open to add tests, CI, etc.
diff --git a/src/hb-unicode.hh b/src/hb-unicode.hh index 021fa46..9b181c1 100644 --- a/src/hb-unicode.hh +++ b/src/hb-unicode.hh
@@ -395,4 +395,7 @@ _hb_unicode_is_emoji_Extended_Pictographic (hb_codepoint_t cp); +extern "C" HB_INTERNAL hb_unicode_funcs_t *hb_ucd_get_unicode_funcs (); + + #endif /* HB_UNICODE_HH */