ifdef around winerror.h include (Alexander Nasonov)

[SVN r36410]
This commit is contained in:
Beman Dawes
2006-12-15 22:26:16 +00:00
parent 7fff4fdaa5
commit 2cb2125ac9

View File

@ -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;