MinGW-w64 has no quick_exit either

This commit is contained in:
Peter Dimov
2018-09-06 05:44:56 +03:00
parent 944f27853b
commit 81df44e80b

View File

@ -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 );