fixed duplicated definition warning
This commit is contained in:
parent
be189a4578
commit
5d3ad699a6
@ -294,7 +294,9 @@ CV_INLINE IppiSize ippiSize(int width, int height)
|
||||
#define CV_BIG_UINT(n) n##ULL
|
||||
#endif
|
||||
|
||||
#ifndef CV_IMPL
|
||||
#define CV_IMPL CV_EXTERN_C
|
||||
#endif
|
||||
|
||||
#define CV_DBG_BREAK() { volatile int* crashMe = 0; *crashMe = 0; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user