mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Build fix for QNX 6.6 neitrino.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user