mirror of
https://github.com/encounter/SDL.git
synced 2025-05-28 10:11:31 +00:00
fix build failure after commit 2a8d00634ddf if strtod isn't available.
This commit is contained in:
parent
2a8d00634d
commit
887ae0c6eb
@ -53,7 +53,7 @@ static unsigned UTF8_TrailingBytes(unsigned char c)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOL)
|
||||
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOL) || !defined(HAVE_STRTOD)
|
||||
static size_t
|
||||
SDL_ScanLong(const char *text, int count, int radix, long *valuep)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user