[usp] define atfree callback only if used
This commit is contained in:
parent
1da1b4dc94
commit
1f94388516
|
@ -245,8 +245,9 @@ struct hb_uniscribe_shaper_funcs_t
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if HB_USE_ATEXIT
|
||||||
static void free_static_uniscribe_shaper_funcs ();
|
static void free_static_uniscribe_shaper_funcs ();
|
||||||
|
#endif
|
||||||
|
|
||||||
static struct hb_uniscribe_shaper_funcs_lazy_loader_t : hb_lazy_loader_t<hb_uniscribe_shaper_funcs_t,
|
static struct hb_uniscribe_shaper_funcs_lazy_loader_t : hb_lazy_loader_t<hb_uniscribe_shaper_funcs_t,
|
||||||
hb_uniscribe_shaper_funcs_lazy_loader_t>
|
hb_uniscribe_shaper_funcs_lazy_loader_t>
|
||||||
|
|
Loading…
Reference in New Issue