Add HB_NO_ATEXIT

This commit is contained in:
Behdad Esfahbod 2018-03-26 10:44:54 -07:00
parent aa53cb50ba
commit c14b24fcd0

View File

@ -241,6 +241,9 @@ static int errno = 0; /* Use something better? */
# define HB_USE_ATEXIT 1
# endif
#endif
#ifdef HB_NO_ATEXIT
# undef HB_USE_ATEXIT
#endif
/* Basics */