Define win32 API
A low-level system programming language with high-level syntax
Status: Alpha
Brought to you by:
akapusti
Define, implement and document the win32 API for when SPL compiler is used on Windows. Expected to consist of only headers that "import" API functions (e.g. "CreateWIndowA", etc.)
Once done, a lot of standard library in "stdlib\source\platform\msvc2015" can be rewritten from C++ to SPL by calling win32 API directly without any C++ wrappers.