X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=fdfd6346e996b98a28a8a737f14d36e9e9eec285;hb=ace5ce05bef68722a060d6ec6e7d1fbf307d9835;hp=7876990d04e7a43d44a69c1db89b081d9c44966a;hpb=1f53204045313eb0243c7b2372d241105c257ca2;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index 7876990..fdfd634 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;