X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=0f075a5bf141c34b63d94b78656ba44428e239fe;hb=780a1823177e851f75b6f22e7f7bfe49b7938862;hp=b0ce0652977b2a1da776f41441e55d6f34d76207;hpb=99e9601e805c009b301c7cb29d541858507ae095;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index b0ce065..0f075a5 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 = 40300; +static const int VERSION = 50003; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;