3 Commits

Author SHA1 Message Date
Wii
778734e7ab Merge e1651c9d8b into 13f2b3c663 2023-11-20 22:13:15 -07:00
e1651c9d8b Merge branch 'master' into patch-1 2023-11-08 13:39:48 +03:00
610bea9c0f Remove obsolete typedef from compatibility file
MinGWs `ws2tcpip.h` already defines `socklen_t`, making this redundant.
What's more, in a recent version of MinGW this has changed to `unsigned int`, breaking compatibility.
2020-03-30 10:59:30 +02:00

View File

@ -11,7 +11,6 @@
#include <winsock2.h>
#include <ws2tcpip.h>
typedef int socklen_t;
typedef SOCKADDR_STORAGE t_sockaddr_storage;
typedef SOCKET t_socket;
typedef t_socket *p_socket;