mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 20:08:13 +00:00
pthread: disable SetThreadPriority for OS/2 too
This commit is contained in:
@@ -186,7 +186,7 @@ SDL_ThreadID(void)
|
|||||||
int
|
int
|
||||||
SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
|
SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
|
||||||
{
|
{
|
||||||
#if __NACL__ || __RISCOS__
|
#if __NACL__ || __RISCOS__ || __OS2__
|
||||||
/* FIXME: Setting thread priority does not seem to be supported in NACL */
|
/* FIXME: Setting thread priority does not seem to be supported in NACL */
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user