Преглед изворни кода

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