memory.hpp 538 B

1234567891011121314151617181920
  1. // memory.hpp --------------------------------------------------------------//
  2. // Copyright 2010 Vicente J. Botet Escriba
  3. // Copyright 2015 Andrey Semashev
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // See http://www.boost.org/LICENSE_1_0.txt
  6. #ifndef BOOST_DETAIL_WINAPI_MEMORY_HPP
  7. #define BOOST_DETAIL_WINAPI_MEMORY_HPP
  8. #include <boost/detail/winapi/heap_memory.hpp>
  9. #include <boost/detail/winapi/local_memory.hpp>
  10. #ifdef BOOST_HAS_PRAGMA_ONCE
  11. #pragma once
  12. #endif
  13. #endif // BOOST_DETAIL_WINAPI_MEMORY_HPP