mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 16:00:30 +00:00
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:
parent
4e44517c9c
commit
baad1df71d
33 changed files with 618 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue