You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit a23181e introduced a pragma(lib, "WS2_32"); statement outside of any version statement, making the code fail to build on non-Windows platforms. This needs to be placed into some sort of conditional compilation block.
The text was updated successfully, but these errors were encountered:
This commit a23181e introduced a
pragma(lib, "WS2_32");
statement outside of anyversion
statement, making the code fail to build on non-Windows platforms. This needs to be placed into some sort of conditional compilation block.The text was updated successfully, but these errors were encountered: