Skip to content

Commit

Permalink
Workaround windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Aug 22, 2024
1 parent 60a74ea commit 7488173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/boringssl/src/tool/transport_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ OPENSSL_MSVC_PRAGMA(warning(push, 3))
#include <ws2tcpip.h>
OPENSSL_MSVC_PRAGMA(warning(pop))

#ifndef STARBOARD
typedef int ssize_t;
#endif
OPENSSL_MSVC_PRAGMA(comment(lib, "Ws2_32.lib"))
#endif

Expand Down

0 comments on commit 7488173

Please sign in to comment.