2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-09 11:12:38 +00:00

Added a workaround for a linking problem with older MSVC.

This commit is contained in:
Andrey Semashev
2016-02-22 19:31:39 +03:00
parent 65076ea6e8
commit d5b4dbb357
4 changed files with 17 additions and 3 deletions

View File

@@ -41,8 +41,10 @@ namespace ipc {
namespace aux {
//! A special permission that is required to be able to read the shared memory segment size
BOOST_CONSTEXPR_OR_CONST boost::detail::winapi::DWORD_ SECTION_QUERY_ = 0x00000001;
boost::atomic< mapped_shared_memory::nt_query_section_t > mapped_shared_memory::nt_query_section(static_cast< mapped_shared_memory::nt_query_section_t >(NULL));
const boost::detail::winapi::DWORD_ mapped_shared_memory::SECTION_QUERY_;
mapped_shared_memory::~mapped_shared_memory()
{