소스 검색

Add missing SDL_WPRINTF_VARARG_FUNCV in gendynapi.py

hwsmm 1 년 전
부모
커밋
3d7e8c9bb7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/dynapi/gendynapi.py

+ 1 - 0
src/dynapi/gendynapi.py

@@ -167,6 +167,7 @@ def main():
             func = func.replace(" SDL_PRINTF_VARARG_FUNCV(2)", "");
             func = func.replace(" SDL_PRINTF_VARARG_FUNCV(2)", "");
             func = func.replace(" SDL_PRINTF_VARARG_FUNCV(3)", "");
             func = func.replace(" SDL_PRINTF_VARARG_FUNCV(3)", "");
             func = func.replace(" SDL_WPRINTF_VARARG_FUNC(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_FUNC(2)", "");
             func = func.replace(" SDL_SCANF_VARARG_FUNCV(2)", "");
             func = func.replace(" SDL_SCANF_VARARG_FUNCV(2)", "");
             func = func.replace(" SDL_ANALYZER_NORETURN", "");
             func = func.replace(" SDL_ANALYZER_NORETURN", "");