alt.hn

2/14/2026 at 10:15:24 AM

Windows: Prefer the Native API over Win32

https://codeberg.org/ziglang/zig/issues/31131

by nikbackm

2/15/2026 at 10:31:01 AM

For people not familiar with Windows development, another name for the NT native API is "the API that pretty much every document on Windows programming tells you not to use". It's like coding to the Linux syscall interface instead of libc.

by pseudohadamard