joachimschmidt557 / linenoize

A port of linenoise to zig
MIT License
55 stars 9 forks source link

remove duplicate symbol #17

Closed xdBronch closed 12 months ago

xdBronch commented 1 year 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

joachimschmidt557 commented 12 months ago

Thanks!