diff --git a/mcfgthread/fwd.h b/mcfgthread/fwd.h index 2a8888007f..50c395b7ae 100644 --- a/mcfgthread/fwd.h +++ b/mcfgthread/fwd.h @@ -15,7 +15,9 @@ #include #include -#if !defined _WIN32_WINNT || (_WIN32_WINNT < 0x0601) +#if !defined _WIN32_WINNT +# define _WIN32_WINNT 0x0601 +#elif _WIN32_WINNT < 0x0601 # error Please define `_WIN32_WINNT` to at least Windows 7. #endif