opencv/modules/core/include
Erich Keane 689cf79625 Correct cast for _InterlockedExchangeAdd on ICC
A bug in ICC improperly identified the first parameter as "void*"
rather than the proper "volatile long*".  This is scheduled to be
fixed in ICC in a future release.

This patch casts only to a "long*" to preserve backwards compatibility
with the ICC 16 and ICC 17 releases.
2016-10-25 14:18:55 -07:00
..
opencv2 Correct cast for _InterlockedExchangeAdd on ICC 2016-10-25 14:18:55 -07:00