mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
added SDL_strtokr() as a replacement for POSIX strtok_r (bug #4046.)
This commit is contained in:
@@ -117,6 +117,10 @@ typedef unsigned int uintptr_t;
|
||||
#define HAVE_STRCHR 1
|
||||
#define HAVE_STRRCHR 1
|
||||
#define HAVE_STRSTR 1
|
||||
/* #undef HAVE_STRTOK_R */
|
||||
#if defined(_MSC_VER)
|
||||
#define HAVE_STRTOK_S 1
|
||||
#endif
|
||||
/* These functions have security warnings, so we won't use them */
|
||||
/* #undef HAVE__LTOA */
|
||||
/* #undef HAVE__ULTOA */
|
||||
|
||||
Reference in New Issue
Block a user