1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

fixed windows build

This commit is contained in:
Vladislav Vinogradov
2012-12-13 15:40:05 +04:00
parent da93a1dab9
commit 8c057af862
3 changed files with 8 additions and 5 deletions
@@ -100,6 +100,9 @@ namespace cv { namespace gpu
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef signed char schar;
#ifdef WIN32
typedef unsigned int uint;
#endif
template<class T> inline void bindTexture(const textureReference* tex, const PtrStepSz<T>& img)
{