Patched stdlib changes to compile on Windows.

This commit is contained in:
Ryan C. Gordon
2013-12-09 13:30:35 -05:00
parent b72c8bcaf8
commit 31caa22d30
3 changed files with 5 additions and 4 deletions

View File

@@ -986,7 +986,7 @@ SDL_vsscanf(const char *text, const char *fmt, va_list ap)
}
#else
int
SDL_vsscanf(const char *text, const char *fmt, ...)
SDL_vsscanf(const char *text, const char *fmt, va_list ap)
{
int retval = 0;