diff --git a/netcode.c b/netcode.c index 5efdc0f..8129c88 100755 --- a/netcode.c +++ b/netcode.c @@ -583,7 +583,7 @@ void netcode_term() #if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS typedef uint64_t netcode_socket_handle_t; #else // #if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS -typedef int netcode_socket_handle_t; +typedef size_t netcode_socket_handle_t; #endif // #if NETCODE_PLATFORM == NETCODe_PLATFORM_WINDOWS struct netcode_socket_t @@ -592,7 +592,6 @@ struct netcode_socket_t netcode_socket_handle_t handle; }; - struct netcode_socket_holder_t { struct netcode_socket_t ipv4;