mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 12:27:15 +02:00
According to the discussion on the ML, changed the default WinAPI back to XP.
[SVN r86403]
This commit is contained in:
@ -34,8 +34,8 @@
|
|||||||
#elif defined(WINVER)
|
#elif defined(WINVER)
|
||||||
#define BOOST_USE_WINAPI_VERSION WINVER
|
#define BOOST_USE_WINAPI_VERSION WINVER
|
||||||
#else
|
#else
|
||||||
// By default use Windows Vista API
|
// By default use Windows XP API
|
||||||
#define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WIN6
|
#define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WINXP
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user