update boost
This commit is contained in:
@@ -23,11 +23,13 @@
|
||||
|
||||
#if BOOST_WINAPI_PARTITION_APP_SYSTEM
|
||||
|
||||
#include <boost/winapi/detail/header.hpp>
|
||||
|
||||
// Windows SDK shipped with MSVC 7.1 and 8 does not declare RtlCaptureStackBackTrace in headers but allows to link with it
|
||||
#if !defined( BOOST_USE_WINDOWS_H ) || (defined(_MSC_VER) && (_MSC_VER+0) < 1500)
|
||||
extern "C" {
|
||||
|
||||
BOOST_SYMBOL_IMPORT boost::winapi::WORD_
|
||||
BOOST_WINAPI_IMPORT boost::winapi::WORD_
|
||||
BOOST_WINAPI_NTAPI_CC RtlCaptureStackBackTrace(
|
||||
boost::winapi::DWORD_ FramesToSkip,
|
||||
boost::winapi::DWORD_ FramesToCapture,
|
||||
@@ -45,6 +47,8 @@ using ::RtlCaptureStackBackTrace;
|
||||
}
|
||||
}
|
||||
|
||||
#include <boost/winapi/detail/footer.hpp>
|
||||
|
||||
#endif // BOOST_WINAPI_PARTITION_APP_SYSTEM
|
||||
#endif // (BOOST_USE_NTDDI_VERSION > BOOST_WINAPI_NTDDI_WINXP)
|
||||
#endif // !defined( BOOST_WINAPI_IS_MINGW )
|
||||
|
||||
Reference in New Issue
Block a user