mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Add HB_NO_ATEXIT
This commit is contained in:
parent
aa53cb50ba
commit
c14b24fcd0
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue