Skip to content

Commit 92d2ad5

Browse files
committed
i love windows
1 parent 92a6105 commit 92d2ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netcode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ void netcode_term()
583583
#if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS
584584
typedef uint64_t netcode_socket_handle_t;
585585
#else // #if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS
586-
typedef uint64_t netcode_socket_handle_t;
586+
typedef uint32_t netcode_socket_handle_t;
587587
#endif // #if NETCODE_PLATFORM == NETCODe_PLATFORM_WINDOWS
588588

589589
struct netcode_socket_t

0 commit comments

Comments
 (0)