It’s a minimal Windows app, so the whole idea is to rely on Windows DLLs as much as possible.
Officially, one should not use KERNEL32.dll for instance but go via crt. In practice, most interfaces are stable.
Officially, one should not use KERNEL32.dll for instance but go via crt. In practice, most interfaces are stable.