diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-07-04 10:58:46 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-07-04 10:58:46 (GMT) |
commit | 640b4c48d828c9f7b839e0cd6003cc7ccdea9575 (patch) | |
tree | 79993bd1d9e94b6d588786fa8744d759a00b9a8e /3rdParty/Boost/boost/system | |
parent | 1231acac77f2811a94f9bc83e38abb8ed85468b3 (diff) | |
download | swift-contrib-640b4c48d828c9f7b839e0cd6003cc7ccdea9575.zip swift-contrib-640b4c48d828c9f7b839e0cd6003cc7ccdea9575.tar.bz2 |
Support qmakeish compilation on Windows again.
I've added a fixwindows.pri that's got temporary qmakeish fixes that we need to address.
Diffstat (limited to '3rdParty/Boost/boost/system')
-rw-r--r-- | 3rdParty/Boost/boost/system/error_code.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/Boost/boost/system/error_code.hpp b/3rdParty/Boost/boost/system/error_code.hpp index 8f795d7..03ac91e 100644 --- a/3rdParty/Boost/boost/system/error_code.hpp +++ b/3rdParty/Boost/boost/system/error_code.hpp @@ -493,7 +493,7 @@ namespace boost #include <boost/config/abi_suffix.hpp> // pops abi_prefix.hpp pragmas # ifdef BOOST_ERROR_CODE_HEADER_ONLY -# include <boost/../libs/system/src/error_code.cpp> +//# include <boost/../libs/system/src/error_code.cpp> # endif #endif // BOOST_ERROR_CODE_HPP |