X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fallocators.h;h=51bc73e8d45d1d671264bcaaed5a521cebbece73;hp=c787b359e288c2f2e4f45303546f69cd7d523eb4;hb=99486c73c0a40b9cee59f9525014dcf253089d44;hpb=edbfc61d401c0bd9f4b85dd49d1a1e77c1b2eb02 diff --git a/src/allocators.h b/src/allocators.h index c787b35..51bc73e 100644 --- a/src/allocators.h +++ b/src/allocators.h @@ -15,10 +15,9 @@ #include #ifdef WIN32 -#ifdef _WIN32_WINNT -#undef _WIN32_WINNT +#if (_WIN32_WINNT != _WIN32_WINNT_WIN7) +#define _WIN32_WINNT 0x601 #endif -#define _WIN32_WINNT 0x0601 #define WIN32_LEAN_AND_MEAN 1 #ifndef NOMINMAX #define NOMINMAX