mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 00:47:39 +00:00
SDL_config_windows.h: add missing HAVE_STRTOULL along side HAVE_STRTOLL
This commit is contained in:
parent
b76b81b0e4
commit
9fc139dfb5
2 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,7 @@ typedef unsigned int uintptr_t;
|
|||
/* These functions were added with the VC++ 2013 C runtime library */
|
||||
#if _MSC_VER >= 1800
|
||||
#define HAVE_STRTOLL 1
|
||||
#define HAVE_STRTOULL 1
|
||||
#define HAVE_VSSCANF 1
|
||||
#define HAVE_LROUND 1
|
||||
#define HAVE_LROUNDF 1
|
||||
|
|
|
@ -132,6 +132,7 @@ typedef unsigned int uintptr_t;
|
|||
#define HAVE_STRTOL 1
|
||||
#define HAVE_STRTOUL 1
|
||||
/* #undef HAVE_STRTOLL */
|
||||
/* #undef HAVE_STRTOULL */
|
||||
#define HAVE_STRTOD 1
|
||||
#define HAVE_ATOI 1
|
||||
#define HAVE_ATOF 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue