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 92d2ad5 commit 6dcde03Copy full SHA for 6dcde03
netcode.c
@@ -581,9 +581,9 @@ void netcode_term()
581
// ----------------------------------------------------------------
582
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 uint32_t netcode_socket_handle_t;
+#else // #if NETCODE_PLATFORM == NETCODE_PLATFORM_WINDOWS
+typedef size_t netcode_socket_handle_t;
587
#endif // #if NETCODE_PLATFORM == NETCODe_PLATFORM_WINDOWS
588
589
struct netcode_socket_t
0 commit comments