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