Add several NT functions (#1318)

With these addtions, I could build and run a
[sokol](https://github.com/floooh/sokol) application (using OpenGL) on
both Linux and Windows.
This commit is contained in:
Bach Le 2024-10-28 12:10:32 +08:00 committed by GitHub
parent 4e44517c9c
commit baad1df71d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 618 additions and 0 deletions

View file

@ -449,6 +449,7 @@ COSMOPOLITAN = \
LIBC_NT_BCRYPTPRIMITIVES \
LIBC_NT_COMDLG32 \
LIBC_NT_GDI32 \
LIBC_NT_SHELL32 \
LIBC_NT_IPHLPAPI \
LIBC_NT_KERNEL32 \
LIBC_NT_NTDLL \