defined uint for non-windows platforms too. replaced isnan for cvIsNaN.
This commit is contained in:

committed by
kamjagin

parent
04c86f28b1
commit
b595d73d6d
@@ -204,6 +204,7 @@
|
||||
# else
|
||||
# include <stdint.h>
|
||||
# endif
|
||||
typedef uint32_t uint;
|
||||
#else
|
||||
typedef unsigned uint;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user