mirror of
https://github.com/boostorg/system.git
synced 2025-10-04 11:40:57 +02:00
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 <iostream>
|
||||
|
||||
#include <winerror.h>
|
||||
#ifdef BOOST_WINDOWS_API
|
||||
# include <winerror.h>
|
||||
#endif
|
||||
|
||||
using boost::system::system_error;
|
||||
using boost::system::error_code;
|
||||
|
Reference in New Issue
Block a user