abi_prefix.hpp 692 B

12345678910111213141516171819202122232425
  1. // abi_prefix header -------------------------------------------------------//
  2. // (c) Copyright John Maddock 2003
  3. // Use, modification and distribution are subject to the Boost Software License,
  4. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt).
  6. #ifndef BHO_CONFIG_ABI_PREFIX_HPP
  7. # define BHO_CONFIG_ABI_PREFIX_HPP
  8. #else
  9. # error double inclusion of header bho/config/abi_prefix.hpp is an error
  10. #endif
  11. #include <asio2/bho/config.hpp>
  12. // this must occur after all other includes and before any code appears:
  13. #ifdef BHO_HAS_ABI_HEADERS
  14. # include BHO_ABI_PREFIX
  15. #endif
  16. #if defined( BHO_BORLANDC )
  17. #pragma nopushoptwarn
  18. #endif