We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a6105 commit 92d2ad5Copy full SHA for 92d2ad5
netcode.c
@@ -583,7 +583,7 @@ void netcode_term()
583
#if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS
584
typedef uint64_t netcode_socket_handle_t;
585
#else // #if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS
586
-typedef uint64_t netcode_socket_handle_t;
+typedef uint32_t netcode_socket_handle_t;
587
#endif // #if NETCODE_PLATFORM == NETCODe_PLATFORM_WINDOWS
588
589
struct netcode_socket_t
0 commit comments