mirror of
https://github.com/encounter/SDL.git
synced 2025-07-14 00:56:06 +00:00
Fixed build on RISC OS
This commit is contained in:
parent
887ae0c6eb
commit
2461930601
@ -53,7 +53,7 @@ static unsigned UTF8_TrailingBytes(unsigned char c)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOL) || !defined(HAVE_STRTOD)
|
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOL) || !defined(HAVE_STRTOUL) || !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)
|
||||||
{
|
{
|
||||||
@ -170,7 +170,7 @@ SDL_ScanUintPtrT(const char *text, int radix, uintptr_t * valuep)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOLL)
|
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOLL) || !defined(HAVE_STRTOULL)
|
||||||
static size_t
|
static size_t
|
||||||
SDL_ScanLongLong(const char *text, int count, int radix, Sint64 * valuep)
|
SDL_ScanLongLong(const char *text, int count, int radix, Sint64 * valuep)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user