id summary reporter owner description type status milestone component version severity resolution keywords cc 4491 asio : WinError.h case incorrect ? Jérôme Carretero chris_kohlhoff "On my Linux system, I'm cross-compiling for windows. The w32api provides lower case header files, I think it's a standard for windows headers. Here's a working patch : diff --git a/boost/asio/error.hpp b/boost/asio/error.hpp index 5663b69..69a8a24 100644 --- a/boost/asio/error.hpp +++ b/boost/asio/error.hpp @@ -19,7 +19,7 @@ #include #include #if defined(BOOST_WINDOWS) || defined(__CYGWIN__) -# include +# include #else # include # include " Bugs closed Boost 1.44.0 asio Boost Development Trunk Problem fixed