mirror of
https://github.com/encounter/SDL.git
synced 2025-06-05 22:23:34 +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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOL)
|
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOL) || !defined(HAVE_STRTOD)
|
||||||
static size_t
|
static size_t
|
||||||
SDL_ScanLong(const char *text, int count, int radix, long *valuep)
|
SDL_ScanLong(const char *text, int count, int radix, long *valuep)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user