提交 487879e0 编写于 作者: B Behdad Esfahbod

Don't compile in UCD if HB_NO_UCD defined

上级 1fffe51a
......@@ -205,5 +205,8 @@ hb_ucd_get_unicode_funcs ();
hb_unicode_funcs_t *
hb_ucd_get_unicode_funcs ()
{
#ifdef HB_NO_UCD
return hb_unicode_funcs_get_empty ();
#endif
return static_ucd_funcs.get_unconst ();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册