X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=388e6559709d01b4eff6e5ba10e335e379ad8bce;hb=7aa253d3ec746c3d4ddbd55fab55d0eff28294f8;hp=c531d2a198e9743ae6b2042dc10a2311a557d394;hpb=2744ea8c1fbc2e1ef6b1824a21fd2a75e2b6dbc4;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index c531d2a..388e655 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -30,7 +30,8 @@ typedef unsigned long long uint64; #define for if (false) ; else for #endif -#ifdef __WXMSW__ +#ifdef WIN32 +#include // This is used to attempt to keep keying material out of swap // Note that VirtualLock does not provide this as a guarantee on Windows, // but, in practice, memory that has been VirtualLock'd almost never gets written to @@ -59,7 +60,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 40101; +static const int VERSION = 50200; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;