fixed duplicated definition warning

This commit is contained in:
Jose Luis Blanco 2010-05-31 08:15:10 +00:00
parent be189a4578
commit 5d3ad699a6

View File

@ -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; }