memory.hpp 455 B

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