forked from len0rd/rockbox
sdl: Remove platform-specific code
Also nuke the Makefiles of Duke Nukem 3D (pun intended). Change-Id: If2707cf079bfb9299347f9c5f980780134b6ecda
This commit is contained in:
parent
e19857e712
commit
183e45e8d0
49 changed files with 53 additions and 2191 deletions
|
@ -1582,8 +1582,6 @@ int Mix_EachSoundFont(int (*function)(const char*, void*), void *data)
|
|||
|
||||
#if defined(__MINGW32__) || defined(__MINGW64__)
|
||||
for (path = strtok(paths, ";"); path; path = strtok(NULL, ";")) {
|
||||
#elif defined(_WIN32)
|
||||
for (path = strtok_s(paths, ";", &context); path; path = strtok_s(NULL, ";", &context)) {
|
||||
#else
|
||||
for (path = strtok_r(paths, ":;", &context); path; path = strtok_r(NULL, ":;", &context)) {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue