Commit 33983bcb authored by Ilya Lavrenov's avatar Ilya Lavrenov

edited misprint

parent 0e07b0d7
...@@ -1400,12 +1400,12 @@ struct DecimateAlpha ...@@ -1400,12 +1400,12 @@ struct DecimateAlpha
}; };
#ifdef __APPLE__ #ifdef __APPLE__
#define HAVE_GDC #define HAVE_GCD
#elif defined _MSC_VER && _MSC_VER >= 1600 #elif defined _MSC_VER && _MSC_VER >= 1600
#define HAVE_CONCURRENCY #define HAVE_CONCURRENCY
#endif #endif
#if defined(HAVE_TBB) || defined(HAVE_OPENMP) || defined(HAVE_GDC) || defined(HAVE_CONCURRENCY) #if defined(HAVE_TBB) || defined(HAVE_OPENMP) || defined(HAVE_GCD) || defined(HAVE_CONCURRENCY)
#define HAVE_PARALLEL #define HAVE_PARALLEL
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment