(svn r12366) -Codechange: use MAX_PATH instead hardcoded value

This commit is contained in:
glx 2008-03-14 18:31:37 +00:00
parent 9a96f89646
commit f8bae50bf5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ static struct {
HANDLE wait_obj;
HANDLE thread;
UINT_PTR devid;
char start_song[260];
char start_song[MAX_PATH];
} _midi;
static FMusicDriver_Win32 iFMusicDriver_Win32;