diff --git a/asio/include/asio/detail/win_iocp_dgram_socket_service.hpp b/asio/include/asio/detail/win_iocp_dgram_socket_service.hpp index 43685138..040fe858 100644 --- a/asio/include/asio/detail/win_iocp_dgram_socket_service.hpp +++ b/asio/include/asio/detail/win_iocp_dgram_socket_service.hpp @@ -8,8 +8,8 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -#ifndef ASIO_DETAIL_REACTIVE_DGRAM_SOCKET_SERVICE_HPP -#define ASIO_DETAIL_REACTIVE_DGRAM_SOCKET_SERVICE_HPP +#ifndef ASIO_DETAIL_WIN_IOCP_DGRAM_SOCKET_SERVICE_HPP +#define ASIO_DETAIL_WIN_IOCP_DGRAM_SOCKET_SERVICE_HPP #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once @@ -358,4 +358,4 @@ private: #include "asio/detail/pop_options.hpp" -#endif // ASIO_DETAIL_REACTIVE_DGRAM_SOCKET_SERVICE_HPP +#endif // ASIO_DETAIL_WIN_IOCP_DGRAM_SOCKET_SERVICE_HPP diff --git a/asio/include/asio/detail/win_iocp_stream_socket_service.hpp b/asio/include/asio/detail/win_iocp_stream_socket_service.hpp index 7d0df661..9e8a4526 100644 --- a/asio/include/asio/detail/win_iocp_stream_socket_service.hpp +++ b/asio/include/asio/detail/win_iocp_stream_socket_service.hpp @@ -8,8 +8,8 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -#ifndef ASIO_DETAIL_REACTIVE_STREAM_SOCKET_SERVICE_HPP -#define ASIO_DETAIL_REACTIVE_STREAM_SOCKET_SERVICE_HPP +#ifndef ASIO_DETAIL_WIN_IOCP_STREAM_SOCKET_SERVICE_HPP +#define ASIO_DETAIL_WIN_IOCP_STREAM_SOCKET_SERVICE_HPP #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once @@ -340,4 +340,4 @@ private: #include "asio/detail/pop_options.hpp" -#endif // ASIO_DETAIL_REACTIVE_STREAM_SOCKET_SERVICE_HPP +#endif // ASIO_DETAIL_WIN_IOCP_STREAM_SOCKET_SERVICE_HPP