From 8e3280c8ee4456bfa89e1341d6cd39a945593448 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 22 Oct 2013 13:28:27 +0000 Subject: [PATCH] Changed the default WinAPI version to Vista. [SVN r86389] --- include/boost/detail/winapi/config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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