Fix Cycles build on Windows

This commit is contained in:
Dalai Felinto 2017-05-03 21:16:45 +02:00
parent 6abcd6cfd5
commit c171f0b3c9
Notes: blender-bot 2023-02-14 11:35:46 +01:00
Referenced by issue #51442, Compiling OpenCL program base: CL_DEVICE_NOT_AVAILABLE
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ CCL_NAMESPACE_BEGIN
#ifndef __KERNEL_OPENCL__
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned short ushort;
#endif
/* Fixed Bits Types */