|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r86409 - trunk/boost/detail/winapi
From: andrey.semashev_at_[hidden]
Date: 2013-10-23 17:09:40
Author: andysem
Date: 2013-10-23 17:09:40 EDT (Wed, 23 Oct 2013)
New Revision: 86409
URL: http://svn.boost.org/trac/boost/changeset/86409
Log:
Added Windows 8.1 (aka Blue) version constant.
Text files modified:
trunk/boost/detail/winapi/config.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/detail/winapi/config.hpp
==============================================================================
--- trunk/boost/detail/winapi/config.hpp Wed Oct 23 16:04:30 2013 (r86408)
+++ trunk/boost/detail/winapi/config.hpp 2013-10-23 17:09:40 EDT (Wed, 23 Oct 2013) (r86409)
@@ -27,6 +27,7 @@
#define BOOST_WINAPI_VERSION_LONGHORN 0x0600
#define BOOST_WINAPI_VERSION_WIN7 0x0601
#define BOOST_WINAPI_VERSION_WIN8 0x0602
+#define BOOST_WINAPI_VERSION_WINBLUE 0x0603
#if !defined(BOOST_USE_WINAPI_VERSION)
#if defined(_WIN32_WINNT)
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk