Chrono: Try to fix issue with WinError.h file

[SVN r79328]
This commit is contained in:
Vicente J. Botet Escriba
2012-07-07 10:27:13 +00:00
parent b39e23464b
commit 804546aacf

View File

@ -14,7 +14,7 @@
#if defined( BOOST_USE_WINDOWS_H )
# include <windows.h>
#elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined(__CYGWIN__)
# include <WinError.h>
# include <winerror.h>
// @FIXME Which condition must be tested
# ifdef UNDER_CE
# ifndef WINAPI