1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00
This commit is contained in:
marina.kolpakova
2013-01-30 20:20:06 +04:00
parent 9b4f2d1b53
commit 8b3c717e8f
2 changed files with 2 additions and 1 deletions
@@ -100,7 +100,7 @@ namespace cv { namespace gpu
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef signed char schar;
#ifdef _WIN32
#if defined (_WIN32) || defined (__APPLE__)
typedef unsigned int uint;
#endif