logoalt Hacker News

munchlertoday at 1:04 PM1 replyview on HN

It’s a minimal Windows app, so the whole idea is to rely on Windows DLLs as much as possible.


Replies

actionfromafartoday at 1:18 PM

Officially, one should not use KERNEL32.dll for instance but go via crt. In practice, most interfaces are stable.

show 2 replies