X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fcompat.h;fp=src%2Fcompat.h;h=4df4f4e7c0d7d6054cd186af4726322a176e1fe1;hb=99486c73c0a40b9cee59f9525014dcf253089d44;hp=d0e8114fada9c9bd87fe922ce465cad53fa49dcc;hpb=edbfc61d401c0bd9f4b85dd49d1a1e77c1b2eb02;p=novacoin.git diff --git a/src/compat.h b/src/compat.h index d0e8114..4df4f4e 100644 --- a/src/compat.h +++ b/src/compat.h @@ -6,7 +6,9 @@ #define _BITCOIN_COMPAT_H 1 #ifdef WIN32 -#define _WIN32_WINNT 0x0601 +#if (_WIN32_WINNT != _WIN_WINNT_WIN7) +#define _WIN32_WINNT 0x601 +#endif #define WIN32_LEAN_AND_MEAN 1 #ifndef NOMINMAX #define NOMINMAX