According to the discussion on the ML, changed the default WinAPI back to XP.

[SVN r86403]
This commit is contained in:
Andrey Semashev
2013-10-23 13:11:31 +00:00
parent 8e3280c8ee
commit 59ce745040

View File

@ -34,8 +34,8 @@
#elif defined(WINVER)
#define BOOST_USE_WINAPI_VERSION WINVER
#else
// By default use Windows Vista API
#define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WIN6
// By default use Windows XP API
#define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WINXP
#endif
#endif