diff --git a/modules/core/src/parallel.cpp b/modules/core/src/parallel.cpp index 3e21417f74..c238f992b0 100644 --- a/modules/core/src/parallel.cpp +++ b/modules/core/src/parallel.cpp @@ -46,7 +46,7 @@ #ifdef __APPLE__ #define HAVE_GCD -#elif defined __MSC_VER && __MSC_VER >= 1600 +#elif defined _MSC_VER && _MSC_VER >= 1600 #define HAVE_CONCURRENCY #endif