Closed lithiumtoast closed 1 year ago
Found when generating bindings for Windows for SDL3, the following function pointer was not handled correctly when reading the abstract syntax tree:
typedef uintptr_t (__cdecl * pfnSDL_CurrentBeginThread) (void *, unsigned, unsigned (__stdcall *func)(void *), void * /*arg*/, unsigned, unsigned * /* threadID */);
Found when generating bindings for Windows for SDL3, the following function pointer was not handled correctly when reading the abstract syntax tree: