$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86403 - trunk/boost/detail/winapi
From: andrey.semashev_at_[hidden]
Date: 2013-10-23 09:11:31
Author: andysem
Date: 2013-10-23 09:11:31 EDT (Wed, 23 Oct 2013)
New Revision: 86403
URL: http://svn.boost.org/trac/boost/changeset/86403
Log:
According to the discussion on the ML, changed the default WinAPI back to XP.
Text files modified:
trunk/boost/detail/winapi/config.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/detail/winapi/config.hpp
==============================================================================
--- trunk/boost/detail/winapi/config.hpp Wed Oct 23 07:34:35 2013 (r86402)
+++ trunk/boost/detail/winapi/config.hpp 2013-10-23 09:11:31 EDT (Wed, 23 Oct 2013) (r86403)
@@ -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