mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 14:23:43 +00:00
7 lines
132 B
Odin
7 lines
132 B
Odin
#+build !windows
|
|
package vendor_curl
|
|
|
|
import "core:sys/posix"
|
|
|
|
platform_sockaddr :: posix.sockaddr
|
|
platform_fd_set :: posix.fd_set |