websocket.zig icon indicating copy to clipboard operation
websocket.zig copied to clipboard

src\server.zig:326:28: error: expected type '*os.windows.ws2_32.SOCKET__opaque_4451', found 'c_int'

Open albertxavier100 opened this issue 6 months ago • 1 comments

Hi team,

I'm new to zig.

I checkout the branch to zig-0.11 (commit: b5370b608000cf264b23faffd376d6495ef6d83a) when I run zig build test, I got error src\server.zig:326:28: error: expected type '*os.windows.ws2_32.SOCKET__opaque_4451', found 'c_int' My OS is Windows 11, and zig version is zig-windows-x86_64-0.11.0.

Please help out! Any workaround is welcome.

albertxavier100 avatar Dec 10 '23 13:12 albertxavier100