Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/boost/python/detail/prefix.hpp @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

  • Property svn:executable set to *
File size: 623 bytes
RevLine 
[12]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
Note: See TracBrowser for help on using the repository browser.