Commit 681df840 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #5720 from asmorkalov:as/cuda_qnx

parents 4d598719 53ed1a8c
...@@ -100,7 +100,7 @@ namespace cv { namespace gpu ...@@ -100,7 +100,7 @@ namespace cv { namespace gpu
typedef unsigned char uchar; typedef unsigned char uchar;
typedef unsigned short ushort; typedef unsigned short ushort;
typedef signed char schar; typedef signed char schar;
#if defined (_WIN32) || defined (__APPLE__) #if defined (_WIN32) || defined (__APPLE__) || defined (__QNX__)
typedef unsigned int uint; typedef unsigned int uint;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment