zig/lib/std/os/windows
Andrew Kelley 569f7ce49e Merge branch 'improve-windows-networking'
of https://github.com/BarabasGitHub/zig into
BarabasGitHub-improve-windows-networking

Conflicts:
 lib/std/os.zig

This commit resolves conflicts with the changes to std.os which removed
the EAGAIN error handling interactions with the event loop. The solution
to the conflict was to apply EAGAIN => return error.WouldBlock into the
improved windows networking branch.
2020-10-22 16:59:15 -07:00
..
advapi32.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
bits.zig Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
gdi32.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
kernel32.zig fixups regarding windows wide strings 2020-10-15 19:37:55 -07:00
lang.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
ntdll.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
ntstatus.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
ole32.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
psapi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
shell32.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
sublang.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
user32.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
win32error.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
ws2_32.zig Merge branch 'improve-windows-networking' 2020-10-22 16:59:15 -07:00