mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Add missing SDL_WPRINTF_VARARG_FUNCV in gendynapi.py
This commit is contained in:
@@ -167,6 +167,7 @@ def main():
|
||||
func = func.replace(" SDL_PRINTF_VARARG_FUNCV(2)", "");
|
||||
func = func.replace(" SDL_PRINTF_VARARG_FUNCV(3)", "");
|
||||
func = func.replace(" SDL_WPRINTF_VARARG_FUNC(3)", "");
|
||||
func = func.replace(" SDL_WPRINTF_VARARG_FUNCV(3)", "");
|
||||
func = func.replace(" SDL_SCANF_VARARG_FUNC(2)", "");
|
||||
func = func.replace(" SDL_SCANF_VARARG_FUNCV(2)", "");
|
||||
func = func.replace(" SDL_ANALYZER_NORETURN", "");
|
||||
|
Reference in New Issue
Block a user