This commit is contained in:
Ilya Lavrenov 2012-09-24 12:40:20 +04:00
parent bb589a590e
commit 077115bd4a

View File

@ -43,13 +43,11 @@
#include "precomp.hpp"
#if !defined HAVE_TBB && !defined HAVE_OPENMP && !defined HAVE_GCD && !defined HAVE_CONCURRENCY
#ifdef __APPLE__
#define HAVE_GCD
//#define HAVE_GDC
#elif defined _MSC_VER && _MSC_VER >= 1600
#define HAVE_CONCURRENCY
#endif
#endif
#ifdef HAVE_CONCURRENCY