mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
MinGW-w64 has no quick_exit either
This commit is contained in:
@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user