Skip to content

Commit

Permalink
Mix_EachSoundFont (strtok, separator): minor update for os/2
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 18, 2019
1 parent e13fbd7 commit 567d0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music.c
Expand Up @@ -1144,7 +1144,7 @@ int Mix_EachSoundFont(int (SDLCALL *function)(const char*, void*), void *data)
return 0;
}

#if defined(_WIN32)
#if defined(_WIN32)||defined(__OS2__)
#define SEPARATOR ";"
#else
#define SEPARATOR ":;"
Expand Down

0 comments on commit 567d0be

Please sign in to comment.