Add HB_NO_ATEXIT
This commit is contained in:
parent
aa53cb50ba
commit
c14b24fcd0
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user