mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 04:17:14 +02:00
Added Windows 8.1 (aka Blue) version constant.
[SVN r86409]
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user