mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
Merge pull request #5720 from asmorkalov:as/cuda_qnx
This commit is contained in:
commit
681df84036
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user