mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +00:00
* Fix GetFileInformationByHandle compile error The wrapper function was mistakenly referencing ntdll.zig when the actual function is declared in kernel32.zig. * delete GetFileInformationByHandle since it's not used by the stdlib