Open
Description
"windows" as most people think of it is a stack of
- the nt kernel
- ntdll.dll
- kernel32.dll
- user32.dll
You don't have to use all elements of this stack, and there are situations where you want to avoid or are not able to use kernel32.dll and/or user32.dll.
The Zig standard library should not assume that kernel32.dll and user32.dll are unconditionally available.