linux buildfixes...

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2830 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2009-04-02 13:07:26 +00:00
commit 2a1b42705f
3 changed files with 11 additions and 9 deletions

View file

@ -202,7 +202,7 @@ THREAD_RETURN dsp_thread_debug(void* lpParameter)
}
else
{
Sleep(100);
SLEEP(100);
}
}
#endif