forked from boostorg/system
ifdef around winerror.h include (Alexander Nasonov)
[SVN r36410]
This commit is contained in:
@ -22,7 +22,9 @@
|
|||||||
#include <boost/system/system_error.hpp>
|
#include <boost/system/system_error.hpp>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include <winerror.h>
|
#ifdef BOOST_WINDOWS_API
|
||||||
|
# include <winerror.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
using boost::system::system_error;
|
using boost::system::system_error;
|
||||||
using boost::system::error_code;
|
using boost::system::error_code;
|
||||||
|
Reference in New Issue
Block a user