Patched stdlib changes to compile on Windows.

--HG--
extra : rebase_source : a782472e239edc31e70be994953d4da5a55edd95
This commit is contained in:
Ryan C. Gordon 2013-12-09 13:30:35 -05:00
parent 5a281a4fda
commit 1e82be1804
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;