From: Vadim Pisarevsky Date: Fri, 17 Aug 2012 13:34:51 +0000 (+0400) Subject: small correction for the previous patch in parallel.cpp X-Git-Tag: accepted/2.0/20130307.220821~364^2~215^2~50^2~8^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec8f926686457d4b5f4c7c8d9d78b975ac846812;p=profile%2Fivi%2Fopencv.git small correction for the previous patch in parallel.cpp --- diff --git a/modules/core/src/parallel.cpp b/modules/core/src/parallel.cpp index 3e21417..c238f99 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