diff --git a/include/boost/core/quick_exit.hpp b/include/boost/core/quick_exit.hpp index 4e9ec48..aa557f4 100644 --- a/include/boost/core/quick_exit.hpp +++ b/include/boost/core/quick_exit.hpp @@ -39,7 +39,7 @@ BOOST_NORETURN void quick_exit( int code ) BOOST_NOEXCEPT ::_exit( code ); -#elif defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR) +#elif defined(__MINGW32__) ::_exit( code );