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
|
#define CV_BIG_UINT(n) n##ULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef CV_IMPL
|
||||||
#define CV_IMPL CV_EXTERN_C
|
#define CV_IMPL CV_EXTERN_C
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CV_DBG_BREAK() { volatile int* crashMe = 0; *crashMe = 0; }
|
#define CV_DBG_BREAK() { volatile int* crashMe = 0; *crashMe = 0; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user