mixin(joinFnBinds((){
FnBind[] ret = [
{q{SDL_AssertState}, q{SDL_ReportAssertion}, q{SDL_AssertData* data, const(char)* func, const(char)* file, int line}},
{q{void}, q{SDL_SetAssertionHandler}, q{SDL_AssertionHandler handler, void* userData}},
{q{SDL_AssertionHandler}, q{SDL_GetDefaultAssertionHandler}, q{}},
{q{SDL_AssertionHandler}, q{SDL_GetAssertionHandler}, q{void** pUserData}},
{q{const(SDL_AssertData)*}, q{SDL_GetAssertionReport}, q{}},
{q{void}, q{SDL_ResetAssertionReport}, q{}},
];
return ret;
}()));
Dynamic build, static build the same.
Also a master git version can't compile it.
We have bunch of errors from the compiler
build_log.log
Compiler has (crash)problems in this place
Dynamic build, static build the same.
Also a master git version can't compile it.