author | Sam Lantinga <slouken@libsdl.org> |
Tue, 07 Feb 2006 17:46:19 +0000 | |
changeset 1343 | d5c4f8f6855e |
parent 1342 | d73be99e9420 |
child 1344 | 2eed9997bd24 |
--- a/src/stdlib/SDL_string.c Tue Feb 07 12:15:46 2006 +0000 +++ b/src/stdlib/SDL_string.c Tue Feb 07 17:46:19 2006 +0000 @@ -72,7 +72,7 @@ } #endif -#ifndef HAVE_SSCANF +#if !defined(HAVE_SSCANF) || !defined(HAVE_STRTOD) static size_t SDL_ScanUnsignedLong(const char *text, int radix, unsigned long *valuep) { const char *textstart = text;