Windows: Prefer the Native API over Win32

(codeberg.org)

9 points | by nikbackm 2 days ago ago

1 comments

  • pseudohadamard 17 hours ago

    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.