Closed xdBronch closed 12 months ago
this is already defined in the zig stdlib https://github.com/ziglang/zig/blob/9f0d2f94175a131d965e86a6396f5ac508b27bf8/lib/std/os/windows.zig#L3692 which caused error: ambiguous reference on windows due to the usingnamespace
error: ambiguous reference
usingnamespace
Thanks!
this is already defined in the zig stdlib https://github.com/ziglang/zig/blob/9f0d2f94175a131d965e86a6396f5ac508b27bf8/lib/std/os/windows.zig#L3692 which caused
error: ambiguous reference
on windows due to theusingnamespace