mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-07 18:28:04 +03:00
b9a1d67637
Use the NtCurrentTeb API instead of using some inline asm, this is much nicer and also more portable. Closes #4645