diff --git a/src/hb-private.hh b/src/hb-private.hh index d0f997d6e..e34bb76a9 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -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 */