mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-17 15:51:25 +00:00
SDL_config_windows.h: add missing HAVE_STRTOULL along side HAVE_STRTOLL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user