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
|
# define HB_USE_ATEXIT 1
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HB_NO_ATEXIT
|
||||||
|
# undef HB_USE_ATEXIT
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Basics */
|
/* Basics */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue