Changed the default WinAPI version to Vista.

[SVN r86389]
This commit is contained in:
Andrey Semashev
2013-10-22 13:28:27 +00:00
parent 3319b4ac54
commit 8e3280c8ee

View File

@ -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