Fix build
This commit is contained in:
parent
631da9d816
commit
2e3e929d2b
|
@ -28,9 +28,9 @@
|
||||||
* Facebook Author(s): Behdad Esfahbod
|
* Facebook Author(s): Behdad Esfahbod
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef HB_FACE_TABLE_LIST_HH
|
#ifndef HB_OT_FACE_TABLE_LIST_HH
|
||||||
#define HB_FACE_TABLE_LIST_HH
|
#define HB_OT_FACE_TABLE_LIST_HH
|
||||||
#endif /* HB_FACE_TABLE_LIST_HH */ /* Dummy header guards */
|
#endif /* HB_OT_FACE_TABLE_LIST_HH */ /* Dummy header guards */
|
||||||
|
|
||||||
#ifndef HB_OT_ACCELERATOR
|
#ifndef HB_OT_ACCELERATOR
|
||||||
#define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type)
|
#define HB_OT_ACCELERATOR(Namespace, Type) HB_OT_TABLE (Namespace, Type)
|
||||||
|
|
Loading…
Reference in New Issue