mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-19 17:58:13 +00:00
Added SDL_swprintf() and SDL_vswprintf()
This commit is contained in:
@@ -144,6 +144,7 @@ def main():
|
||||
func = func.replace("SDL_PRINTF_VARARG_FUNC(1)", "");
|
||||
func = func.replace("SDL_PRINTF_VARARG_FUNC(2)", "");
|
||||
func = func.replace("SDL_PRINTF_VARARG_FUNC(3)", "");
|
||||
func = func.replace("SDL_WPRINTF_VARARG_FUNC(3)", "");
|
||||
func = func.replace("SDL_SCANF_VARARG_FUNC(2)", "");
|
||||
func = func.replace("__attribute__((analyzer_noreturn))", "");
|
||||
func = func.replace("SDL_MALLOC", "");
|
||||
|
Reference in New Issue
Block a user