Enable SEH exception handling in the VS2012 project

This commit is contained in:
Vinnie Falco
2013-06-10 17:11:10 -07:00
parent c23b088755
commit 124c28b0eb
17 changed files with 9 additions and 60 deletions

View File

@@ -1,13 +1,8 @@
// VFALCO TODO remove this when it's safe to do so.
#ifdef __APPLICATION__
#error Including Application.h is disallowed!
#endif
SETUP_LOG (RippleAddress)
RippleAddress::RippleAddress() : mIsValid(false)
RippleAddress::RippleAddress ()
: mIsValid (false)
{
nVersion = VER_NONE;
}