updated boost on windows
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Copyright 2014 Renato Tegon Forti, Antony Polukhin.
|
||||
// Copyright 2015-2016 Antony Polukhin.
|
||||
// Copyright 2015-2019 Antony Polukhin.
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt
|
||||
@@ -8,13 +8,12 @@
|
||||
#ifndef BOOST_DLL_SHARED_LIBRARY_MODE_HPP
|
||||
#define BOOST_DLL_SHARED_LIBRARY_MODE_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/dll/config.hpp>
|
||||
#include <boost/predef/os.h>
|
||||
#include <boost/predef/library/c.h>
|
||||
|
||||
#if BOOST_OS_WINDOWS
|
||||
//#include <boost/detail/winapi/dll.hpp>
|
||||
#include <boost/detail/winapi/dll.hpp>
|
||||
# include <boost/winapi/dll.hpp>
|
||||
#else
|
||||
# include <dlfcn.h>
|
||||
#endif
|
||||
@@ -175,9 +174,9 @@ enum type {
|
||||
search_system_folders
|
||||
#elif BOOST_OS_WINDOWS
|
||||
default_mode = 0,
|
||||
dont_resolve_dll_references = boost::detail::winapi::DONT_RESOLVE_DLL_REFERENCES_,
|
||||
load_ignore_code_authz_level = boost::detail::winapi::LOAD_IGNORE_CODE_AUTHZ_LEVEL_,
|
||||
load_with_altered_search_path = boost::detail::winapi::LOAD_WITH_ALTERED_SEARCH_PATH_,
|
||||
dont_resolve_dll_references = boost::winapi::DONT_RESOLVE_DLL_REFERENCES_,
|
||||
load_ignore_code_authz_level = boost::winapi::LOAD_IGNORE_CODE_AUTHZ_LEVEL_,
|
||||
load_with_altered_search_path = boost::winapi::LOAD_WITH_ALTERED_SEARCH_PATH_,
|
||||
rtld_lazy = 0,
|
||||
rtld_now = 0,
|
||||
rtld_global = 0,
|
||||
|
||||
Reference in New Issue
Block a user