Fix compile error.

This commit is contained in:
Alex Dupre
2013-09-28 20:25:12 +02:00
parent b2d84139a5
commit add0784ae2

View File

@@ -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
}