os/ossrv/ossrv_pub/boost_apis/boost/python/detail/prefix.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright David Abrahams 2003.
     2 // Distributed under the Boost Software License, Version 1.0. (See
     3 // accompanying file LICENSE_1_0.txt or copy at
     4 // http://www.boost.org/LICENSE_1_0.txt)
     5 #ifndef PREFIX_DWA2003531_HPP
     6 # define PREFIX_DWA2003531_HPP
     7 
     8 // The rule is that <Python.h> must be included before any system
     9 // headers (so it can get control over some awful macros).
    10 // Unfortunately, Boost.Python needs to #include <limits.h> first, at
    11 // least... but this gets us as close as possible.
    12 
    13 # include <boost/python/detail/wrap_python.hpp>
    14 # include <boost/python/detail/config.hpp>
    15 
    16 #endif // PREFIX_DWA2003531_HPP