Samuel Thibault 11 年 前
コミット
8ba2bf5419
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/common/fxt.c

+ 1 - 1
src/common/fxt.c

@@ -65,7 +65,7 @@ long _starpu_gettid(void)
 	long tid;
 	thr_self(&tid);
 	return tid;
-#if defined(_WIN32) && !defined(__CYGWIN__)
+#elif defined(_WIN32) && !defined(__CYGWIN__)
 	return (long) GetCurrentThreadId();
 #else
 	return (long) pthread_self();