mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 12:27:15 +02:00
Chrono: Try to fix issue with WinError.h file
[SVN r79328]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user