Merge e1651c9d8b3c78728fc5ad82c15eb3ef4a9f34fa into 98be8d9fc1de19ec526cf7bee0d03a1e78262ba8

This commit is contained in:
Wii 2024-02-19 03:05:00 -07:00 committed by GitHub
commit f989a24880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;