diff --git a/include/boost/detail/winapi/config.hpp b/include/boost/detail/winapi/config.hpp index a21e552..ae721a0 100644 --- a/include/boost/detail/winapi/config.hpp +++ b/include/boost/detail/winapi/config.hpp @@ -34,8 +34,8 @@ #elif defined(WINVER) #define BOOST_USE_WINAPI_VERSION WINVER #else -// By default use Windows XP API -#define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WINXP +// By default use Windows Vista API +#define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WIN6 #endif #endif