mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-11 02:51:19 -04:00
7f46672193
* Use closeSocket on sockets instead of plain old close, the latter doesn't work on them. * Use winsocket2 everywhere, mingw has no BSD sockets.