Commit 5d3ad699 authored by Jose Luis Blanco's avatar Jose Luis Blanco

fixed duplicated definition warning

parent be189a45
......@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment