mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 09:25:42 +00:00
Fix -Wundef warnings due to use of unguarded __RISCOS__
This commit is contained in:
parent
1ad42290cd
commit
74209d4452
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ SDL_ThreadID(void)
|
|||
|
||||
int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority)
|
||||
{
|
||||
#if __RISCOS__
|
||||
#if defined(__RISCOS__)
|
||||
/* FIXME: Setting thread priority does not seem to be supported */
|
||||
return 0;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue