added SDL_strtokr() as a replacement for POSIX strtok_r (bug #4046.)
This commit is contained in:
parent
cc27616f85
commit
79725cdb32
28 changed files with 161 additions and 7 deletions
|
@ -108,6 +108,8 @@
|
|||
#cmakedefine HAVE_STRCHR 1
|
||||
#cmakedefine HAVE_STRRCHR 1
|
||||
#cmakedefine HAVE_STRSTR 1
|
||||
#cmakedefine HAVE_STRTOK_R 1
|
||||
#cmakedefine HAVE_STRTOK_S 1
|
||||
#cmakedefine HAVE_ITOA 1
|
||||
#cmakedefine HAVE__LTOA 1
|
||||
#cmakedefine HAVE__UITOA 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue