mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Use only g_usleep() in fluid_msleep().
This commit is contained in:
parent
cb1e93cd7c
commit
3e9052535b
1 changed files with 0 additions and 4 deletions
|
@ -350,11 +350,7 @@ fluid_is_soundfont(const char *filename)
|
|||
*/
|
||||
void fluid_msleep(unsigned int msecs)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
Sleep(msecs);
|
||||
#else
|
||||
g_usleep(msecs * 1000);
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue