$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86389 - trunk/boost/detail/winapi
From: andrey.semashev_at_[hidden]
Date: 2013-10-22 09:28:28
Author: andysem
Date: 2013-10-22 09:28:27 EDT (Tue, 22 Oct 2013)
New Revision: 86389
URL: http://svn.boost.org/trac/boost/changeset/86389
Log:
Changed the default WinAPI version to Vista.
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	Tue Oct 22 05:07:02 2013	(r86388)
+++ trunk/boost/detail/winapi/config.hpp	2013-10-22 09:28:27 EDT (Tue, 22 Oct 2013)	(r86389)
@@ -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