X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=5bee071e1cb50c726ad4a756a40568a5061d20e9;hb=507848b63d980d32798689db408ce980d77a5483;hp=d7b5ec80d564acc0cf5b4e4c0524f1273cbb1a41;hpb=6e1e62a04c79a93d124371fa102d7881449b3673;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index d7b5ec8..5bee071 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 = 40400; +static const int VERSION = 50004; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true;