瀏覽代碼

pthread: disable SetThreadPriority for OS/2 too

Ozkan Sezer 4 年之前
父節點
當前提交
c6c4d4211b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/thread/pthread/SDL_systhread.c

+ 1 - 1
src/thread/pthread/SDL_systhread.c

@@ -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