mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
Changed the default WinAPI version to Vista.
[SVN r86389]
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user