Menu

#64 Define win32 API

1.0
open
None
3
2018-03-25
2018-03-25
No

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.

Discussion