Add missing SDL_WPRINTF_VARARG_FUNCV in gendynapi.py

This commit is contained in:
hwsmm 2024-09-12 12:39:50 +09:00 committed by Sam Lantinga
parent d03c7cdf17
commit 3d7e8c9bb7
1 changed files with 1 additions and 0 deletions

View File

@ -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", "");