Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake] kill some more unused tests
[simgrid.git] / teshsuite / smpi / mpich3-test / util / mtest.c
index e75d17b..6f4d143 100644 (file)
@@ -242,7 +242,7 @@ int MTestReturnValue( int errors )
  * from the tests.
  * MTestSleep( seconds )
  */
-#ifdef HAVE_WINDOWS_H
+#ifdef _WIN32
 #include <windows.h>
 void MTestSleep( int sec )
 {