From 59ce745040c192c8d5736b51061b96973a9465e7 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 23 Oct 2013 13:11:31 +0000 Subject: [PATCH] According to the discussion on the ML, changed the default WinAPI back to XP. [SVN r86403] --- 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 ae721a0..a21e552 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 Vista API -#define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WIN6 +// By default use Windows XP API +#define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WINXP #endif #endif