summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/boost/asio/detail/win_fd_set_adapter.hpp')
-rw-r--r--3rdParty/Boost/src/boost/asio/detail/win_fd_set_adapter.hpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/3rdParty/Boost/src/boost/asio/detail/win_fd_set_adapter.hpp b/3rdParty/Boost/src/boost/asio/detail/win_fd_set_adapter.hpp
index 11c1e15..4a5d7fa 100644
--- a/3rdParty/Boost/src/boost/asio/detail/win_fd_set_adapter.hpp
+++ b/3rdParty/Boost/src/boost/asio/detail/win_fd_set_adapter.hpp
@@ -1,6 +1,6 @@
//
-// win_fd_set_adapter.hpp
-// ~~~~~~~~~~~~~~~~~~~~~~
+// detail/win_fd_set_adapter.hpp
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2010 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
@@ -15,11 +15,13 @@
# pragma once
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
-#include <boost/asio/detail/push_options.hpp>
+#include <boost/asio/detail/config.hpp>
+
+#if defined(BOOST_WINDOWS) || defined(__CYGWIN__)
#include <boost/asio/detail/socket_types.hpp>
-#if defined(BOOST_WINDOWS) || defined(__CYGWIN__)
+#include <boost/asio/detail/push_options.hpp>
namespace boost {
namespace asio {
@@ -83,8 +85,8 @@ private:
} // namespace asio
} // namespace boost
-#endif // defined(BOOST_WINDOWS) || defined(__CYGWIN__)
-
#include <boost/asio/detail/pop_options.hpp>
+#endif // defined(BOOST_WINDOWS) || defined(__CYGWIN__)
+
#endif // BOOST_ASIO_DETAIL_WIN_FD_SET_ADAPTER_HPP