Added Windows 8.1 (aka Blue) version constant.

[SVN r86409]
This commit is contained in:
Andrey Semashev
2013-10-23 21:09:40 +00:00
parent 59ce745040
commit bae1bebd28

View File

@ -27,6 +27,7 @@
#define BOOST_WINAPI_VERSION_LONGHORN 0x0600 #define BOOST_WINAPI_VERSION_LONGHORN 0x0600
#define BOOST_WINAPI_VERSION_WIN7 0x0601 #define BOOST_WINAPI_VERSION_WIN7 0x0601
#define BOOST_WINAPI_VERSION_WIN8 0x0602 #define BOOST_WINAPI_VERSION_WIN8 0x0602
#define BOOST_WINAPI_VERSION_WINBLUE 0x0603
#if !defined(BOOST_USE_WINAPI_VERSION) #if !defined(BOOST_USE_WINAPI_VERSION)
#if defined(_WIN32_WINNT) #if defined(_WIN32_WINNT)