defined uint for non-windows platforms too. replaced isnan for cvIsNaN.

This commit is contained in:
Miroslav Kobetski
2013-08-12 20:08:06 +02:00
committed by kamjagin
parent 04c86f28b1
commit b595d73d6d
3 changed files with 4 additions and 9 deletions

View File

@@ -204,6 +204,7 @@
# else
# include <stdint.h>
# endif
typedef uint32_t uint;
#else
typedef unsigned uint;
#endif