commit 28b99a70db6873ba3bdc96382b173739f09bf862 parent 2975d9ed9c504982a804c237fc9d33c9b69c0467 Author: Michael Savage <mikejsavage@gmail.com> Date: Sun Jul 16 15:28:03 +0300 Tiny cleanup Diffstat:
win32_network.h | | | 4 | ---- |
diff --git a/win32_network.h b/win32_network.h @@ -3,10 +3,6 @@ #include <winsock2.h> #include <ws2tcpip.h> -#if !COMPILER_MINGW -typedef int ssize_t; -#endif - struct Socket { SOCKET fd; TransportProtocol transport;