From ec8f926686457d4b5f4c7c8d9d78b975ac846812 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Fri, 17 Aug 2012 17:34:51 +0400 Subject: [PATCH] small correction for the previous patch in parallel.cpp --- modules/core/src/parallel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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