Skip to content

Commit

Permalink
3 air
Browse files Browse the repository at this point in the history
  • Loading branch information
CCIGAMES committed Mar 2, 2024
1 parent f51d77f commit 7f8d641
Show file tree
Hide file tree
Showing 6 changed files with 816 additions and 220 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
/*
* Copyright 2017 Andrey Semashev
*
* Distributed under the Boost Software License, Version 1.0.
* See http://www.boost.org/LICENSE_1_0.txt
*
* This header is deprecated, use boost/winapi/dll.hpp instead.
*/
// Copyright 2014 Renato Tegon Forti, Antony Polukhin.
// Copyright 2015-2019 Antony Polukhin.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifndef BOOST_DETAIL_WINAPI_DLL_HPP
#define BOOST_DETAIL_WINAPI_DLL_HPP

#include <boost/winapi/dll.hpp>
#include <boost/detail/winapi/detail/deprecated_namespace.hpp>
#ifndef BOOST_DLL_DLL_HPP
#define BOOST_DLL_DLL_HPP

/// \file boost/dll.hpp
/// \brief Includes all the non-experimental headers of the Boost.DLL library.

#include <boost/dll/config.hpp>
#include <boost/dll/shared_library.hpp>
#include <boost/dll/alias.hpp>
#include <boost/dll/import.hpp>
#include <boost/dll/library_info.hpp>
#include <boost/dll/runtime_symbol_info.hpp>

#ifdef BOOST_HAS_PRAGMA_ONCE
#pragma once
# pragma once
#endif

#endif // BOOST_DETAIL_WINAPI_DLL_HPP
#endif // BOOST_DLL_DLL_HPP

Loading

0 comments on commit 7f8d641

Please sign in to comment.