Browse Source

STARPU_HAVE_WINDOWS is an empty macro

Samuel Thibault 11 years ago
parent
commit
63d1edfbbc
1 changed files with 1 additions and 1 deletions
  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