mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-09 14:52:46 +00:00
Fix -Wundef warnings due to use of unguarded __RISCOS__
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user