Fixed various areas where code was being compiled for Linux only, but should actually be used on OS X too (bug 4392, r=dvander).
This commit is contained in:
@@ -57,7 +57,7 @@ int busy_handler(void *unused1, int unused2)
|
||||
{
|
||||
#if defined PLATFORM_WINDOWS
|
||||
Sleep(100);
|
||||
#elif defined PLATFORM_LINUX
|
||||
#elif defined PLATFORM_POSIX
|
||||
usleep(100000);
|
||||
#endif
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user