mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
small correction for the previous patch in parallel.cpp
This commit is contained in:
parent
38ea339990
commit
ec8f926686
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user