X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=6bdf3782294a6223a6451ba7a2603a61e3a9baf9;hb=b2e5f797b5670c4dc7d0dfd696d21977575fe9ed;hp=2bc3a071d77ffc64cb24c7e4d82e5a6e4e0d7fff;hpb=4664aae3fe2eba4eec84d20f1e7e701ceeeb49bd;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index 2bc3a07..6bdf378 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 = 50500; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; @@ -1244,8 +1245,6 @@ public: int nType; int nVersion; - typedef FILE element_type; - CAutoFile(FILE* filenew=NULL, int nTypeIn=SER_DISK, int nVersionIn=VERSION) { file = filenew;