Merge pull request #5720 from asmorkalov:as/cuda_qnx

This commit is contained in:
Maksim Shabunin 2015-12-03 07:41:22 +00:00
commit 681df84036

View File

@ -100,7 +100,7 @@ namespace cv { namespace gpu
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef signed char schar;
#if defined (_WIN32) || defined (__APPLE__)
#if defined (_WIN32) || defined (__APPLE__) || defined (__QNX__)
typedef unsigned int uint;
#endif