From 804546aacf39a550178cb3b59886150ea16944f8 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Sat, 7 Jul 2012 10:27:13 +0000 Subject: [PATCH] Chrono: Try to fix issue with WinError.h file [SVN r79328] --- include/boost/detail/win/basic_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/win/basic_types.hpp b/include/boost/detail/win/basic_types.hpp index f4e3472..79f6787 100644 --- a/include/boost/detail/win/basic_types.hpp +++ b/include/boost/detail/win/basic_types.hpp @@ -14,7 +14,7 @@ #if defined( BOOST_USE_WINDOWS_H ) # include #elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined(__CYGWIN__) -# include +# include // @FIXME Which condition must be tested # ifdef UNDER_CE # ifndef WINAPI