Set _WIN32_WINNT to windows 7
[novacoin.git] / src / allocators.h
index 2d4ef97..bb72117 100644 (file)
@@ -15,7 +15,7 @@
 #ifdef _WIN32_WINNT
 #undef _WIN32_WINNT
 #endif
-#define _WIN32_WINNT 0x0501
+#define _WIN32_WINNT 0x0601
 #define WIN32_LEAN_AND_MEAN 1
 #ifndef NOMINMAX
 #define NOMINMAX