X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=e414bd07aacfbf769c514790924217f4b3a47804;hb=35a07f8ec4abbd0f6848e53a35b9520b33085c63;hp=959a3a694ba74dc5c92214480449c80dac95a199;hpb=e6578e7fa7385dde7a0de9c2e87d8c0afa176314;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index 959a3a6..e414bd0 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 = 40600; +static const int VERSION = 50600; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;