mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix compile error.
This commit is contained in:
@@ -32,7 +32,7 @@ void RippleMain::onException (ProtectedCall::Exception const& e) const
|
||||
#if BEAST_MSVC
|
||||
ExitProcess(0);
|
||||
#else
|
||||
std::_Exit(EXIT_FAILURE);
|
||||
_Exit(EXIT_FAILURE);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user