X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fcompat.h;fp=src%2Fcompat.h;h=d0e8114fada9c9bd87fe922ce465cad53fa49dcc;hp=a4c648909ac3ac5033d960352ad62eae64cd91e2;hb=47d3ceb3da845e216fc9577cbf52f8b5600e5f93;hpb=a4f3e972b69cc297b0ddbfa97b50b6bf9b13f988 diff --git a/src/compat.h b/src/compat.h index a4c6489..d0e8114 100644 --- a/src/compat.h +++ b/src/compat.h @@ -6,7 +6,7 @@ #define _BITCOIN_COMPAT_H 1 #ifdef WIN32 -#define _WIN32_WINNT 0x0501 +#define _WIN32_WINNT 0x0601 #define WIN32_LEAN_AND_MEAN 1 #ifndef NOMINMAX #define NOMINMAX @@ -17,7 +17,6 @@ #endif #define FD_SETSIZE 1024 // max number of fds in fd_set #endif -#include #include #include #else @@ -56,4 +55,4 @@ typedef int socklen_t; #define SOCKET_ERROR -1 #endif -#endif \ No newline at end of file +#endif