mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
pthread: disable SetThreadPriority for OS/2 too
This commit is contained in:
parent
b265677610
commit
c6c4d4211b
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ SDL_ThreadID(void)
|
|||
int
|
||||
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 */
|
||||
return 0;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue