Skip to content

Commit 6dcde03

Browse files
committed
try uint32_t
1 parent 92d2ad5 commit 6dcde03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netcode.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,9 @@ void netcode_term()
581581
// ----------------------------------------------------------------
582582

583583
#if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS
584-
typedef uint64_t netcode_socket_handle_t;
585-
#else // #if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS
586584
typedef uint32_t netcode_socket_handle_t;
585+
#else // #if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS
586+
typedef size_t netcode_socket_handle_t;
587587
#endif // #if NETCODE_PLATFORM == NETCODe_PLATFORM_WINDOWS
588588

589589
struct netcode_socket_t

0 commit comments

Comments
 (0)