Explorar el Código

STARPU_HAVE_WINDOWS is an empty macro

Samuel Thibault hace 12 años
padre
commit
63d1edfbbc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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