Undefine the ASIO_SOCKET_ERROR macro when it is no longer needed.

This commit is contained in:
chris 2004-04-11 01:13:12 +00:00
parent 3e7c9641ec
commit 03b59cb411

View File

@ -254,6 +254,8 @@ private:
} // namespace asio
#undef ASIO_SOCKET_ERROR
#include "asio/detail/pop_options.hpp"
#endif // ASIO_SOCKET_ERROR_HPP