sl@0: // Copyright David Abrahams 2003. sl@0: // Distributed under the Boost Software License, Version 1.0. (See sl@0: // accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: #ifndef PREFIX_DWA2003531_HPP sl@0: # define PREFIX_DWA2003531_HPP sl@0: sl@0: // The rule is that must be included before any system sl@0: // headers (so it can get control over some awful macros). sl@0: // Unfortunately, Boost.Python needs to #include first, at sl@0: // least... but this gets us as close as possible. sl@0: sl@0: # include sl@0: # include sl@0: sl@0: #endif // PREFIX_DWA2003531_HPP