Skip to content

Commit

Permalink
[asio] Try to force higher version of winsock on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 20, 2023
1 parent 112d253 commit 0ef5613
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/Servus
Submodule Servus updated 1 files
+89 −43 servus/dnssd/servus.h
2 changes: 1 addition & 1 deletion 3rdparty/libremidi
2 changes: 1 addition & 1 deletion src/ossia/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#pragma warning(push)
#pragma warning(disable : 4073)
#pragma init_seg(lib)
boost::asio::detail::winsock_init<>::manual manual_winsock_init;
boost::asio::detail::winsock_init<2, 2>::manual manual_winsock_init;
#pragma warning(pop)
#elif defined(_WIN32)
#include <boost/asio/detail/winsock_init.hpp>
Expand Down

0 comments on commit 0ef5613

Please sign in to comment.