mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
All other uses of `ws2_32.socklen_t` in windows.zig casts the value to an i32. `recvfrom` should do so as well; it currently errors out with `expected type '?*i32', found '?*u32'`.