瀏覽代碼

STARPU_HAVE_WINDOWS is an empty macro

Samuel Thibault 12 年之前
父節點
當前提交
63d1edfbbc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/disk/disk_compute.c

+ 1 - 1
tests/disk/disk_compute.c

@@ -27,7 +27,7 @@
 #include <unistd.h>
 #include <math.h>
 
-#if STARPU_HAVE_WINDOWS
+#ifdef STARPU_HAVE_WINDOWS
         #include <io.h>
 #endif