Fix compilation error of OCIO with MSVC

This commit is contained in:
Sergey Sharybin 2013-10-09 20:45:29 +00:00
parent feabc7916f
commit 0a862cb61a

@ -48,7 +48,9 @@ using namespace OCIO_NAMESPACE;
static const int LUT3D_EDGE_SIZE = 64; static const int LUT3D_EDGE_SIZE = 64;
extern char datatoc_gpu_shader_display_transform_glsl[]; extern "C" {
extern char datatoc_gpu_shader_display_transform_glsl[];
}
/* **** OpenGL drawing routines using GLSL for color space transform ***** */ /* **** OpenGL drawing routines using GLSL for color space transform ***** */