This commit is contained in:
Behdad Esfahbod 2015-04-08 12:52:06 -07:00
parent 45a8b46f47
commit 24930d544e
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
/* We need external help for these */
#if defined(hb_mutex_impl_init) \
#if defined(HB_MUTEX_IMPL_INIT) \
&& defined(hb_mutex_impl_init) \
&& defined(hb_mutex_impl_lock) \
&& defined(hb_mutex_impl_unlock) \
&& defined(hb_mutex_impl_finish)