Browse Source

include: fix disabling the usage of strerror_r (fix for #1c998472931137a9d3788698e14e37a8acd17d75)

Nathalie Furmento 4 years ago
parent
commit
dfa39c4ab0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/starpu_util.h

+ 1 - 1
include/starpu_util.h

@@ -257,7 +257,7 @@ extern "C"
 	_starpu_abort();				\
 } while(0)
 
-#if defined(STARPU_HAVE_WINDOWS)
+#if defined(_MSC_VER)
   #undef STARPU_HAVE_STRERROR_R
 #endif