提交 7f45ce42 编写于 作者: B Behdad Esfahbod

[config] Rename

上级 0e78d4dd
......@@ -50,7 +50,7 @@
#define HB_NO_GETENV
#define HB_NO_MATH
#define HB_NO_NAME
#define HB_NO_OT_LAYOUT_UNUSED
#define HB_NO_LAYOUT_UNUSED
#endif
#ifdef HB_MINI
......
......@@ -335,7 +335,7 @@ hb_ot_layout_get_attach_points (hb_face_t *face,
unsigned int *point_count /* IN/OUT */,
unsigned int *point_array /* OUT */)
{
#ifdef HB_NO_OT_LAYOUT_UNUSED
#ifdef HB_NO_LAYOUT_UNUSED
if (point_count)
*point_count = 0;
return 0;
......@@ -370,7 +370,7 @@ hb_ot_layout_get_ligature_carets (hb_font_t *font,
unsigned int *caret_count /* IN/OUT */,
hb_position_t *caret_array /* OUT */)
{
#ifdef HB_NO_OT_LAYOUT_UNUSED
#ifdef HB_NO_LAYOUT_UNUSED
if (caret_count)
*caret_count = 0;
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册