We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae836c commit 3bd22e5Copy full SHA for 3bd22e5
src/runtime/rpc/rpc_channel_logger.h
@@ -27,6 +27,7 @@
27
#include <memory>
28
#include <utility>
29
30
+#include "../../support/socket.h"
31
#include "../minrpc/minrpc_server_logging.h"
32
#include "rpc_channel.h"
33
src/support/socket.h
@@ -34,7 +34,9 @@
34
#include <winsock2.h>
35
#include <ws2tcpip.h>
36
37
-using ssize_t = int;
+#include <BaseTsd.h>
38
+using ssize_t = SSIZE_T;
39
+
40
#ifdef _MSC_VER
41
#pragma comment(lib, "Ws2_32.lib")
42
#endif
0 commit comments