diff options
Diffstat (limited to 'code')
| -rw-r--r-- | code/http_test.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/http_test.odin b/code/http_test.odin index e6c5f1173..ca76e1c55 100644 --- a/code/http_test.odin +++ b/code/http_test.odin @@ -3,7 +3,7 @@ #foreign_system_library ws2 "Ws2_32.lib" when ODIN_OS == "windows"; -SOCKET :: type uint; +SOCKET :: #type uint; INVALID_SOCKET :: ~(cast(SOCKET)0); AF :: enum i32 { |