diff --git a/src/stdafx.h b/src/stdafx.h index 3629e85ff3..e26f3f199a 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -13,7 +13,7 @@ #if defined(_WIN32) /* Minimum supported version is Windows 7. */ # define NTDDI_VERSION NTDDI_WIN7 -# define _WIN32_WINNT _WIN32_WINNT_WIN7 +# define _WIN32_WINNT 0x0601 // _WIN32_WINNT_WIN7 #endif #ifdef _MSC_VER