Skip to content

Commit

Permalink
joy
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent a6001cf commit 47c9782
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -592,7 +592,6 @@ struct netcode_socket_t
netcode_socket_handle_t handle;
};


struct netcode_socket_holder_t
{
struct netcode_socket_t ipv4;
Expand Down

0 comments on commit 47c9782

Please sign in to comment.