mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +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 );
|
::_exit( code );
|
||||||
|
|
||||||
#elif defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR)
|
#elif defined(__MINGW32__)
|
||||||
|
|
||||||
::_exit( code );
|
::_exit( code );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user