diff options
| author | Zachary Pierson <zacpiersonhehe@gmail.com> | 2017-02-10 23:41:23 -0600 |
|---|---|---|
| committer | Zachary Pierson <zacpiersonhehe@gmail.com> | 2017-02-10 23:41:23 -0600 |
| commit | cad46ae51c8d3baed5a6c6d64a6e5d57fbe2a397 (patch) | |
| tree | e931af6c1536ab8913d8168e7ee109a64dc7c981 /code/http_test.odin | |
| parent | 3424b2badd347b76ced3f4107d98a12bb50ae49b (diff) | |
| parent | 73d6a55f5c96459d30eca5747d1458bcf6e9fec4 (diff) | |
Merge https://github.com/gingerBill/Odin
Diffstat (limited to 'code/http_test.odin')
| -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 { |