Go to the documentation of this file.
36 #define CL_VERSION(x,y,z) ( (x << 16) | (y << 8) | (z) )
37 #define CL_CURRENT_VERSION CL_VERSION(2,3,7)
38 #define CL_VERSION_STRING "2.3.7"
41 #pragma warning( disable : 4786)
48 #ifdef __cplusplus_cli
49 #pragma managed(push, off)
224 #ifdef __cplusplus_cli
228 #if defined(_MSC_VER)
230 #error Your application is set to link with the single-threaded version of the run-time library. Go to project settings, in the C++ section, and change it to multi-threaded.
234 #pragma comment(lib, "clanCore-dll.lib")
236 #pragma comment(lib, "clanCore-static-mtdll.lib")
237 #pragma comment(lib, "zlib-static-mtdll.lib")
239 #pragma comment(lib, "clanCore-static-mt.lib")
240 #pragma comment(lib, "zlib-static-mt.lib")
244 #pragma comment(lib, "clanCore-dll-debug.lib")
246 #pragma comment(lib, "clanCore-static-mtdll-debug.lib")
247 #pragma comment(lib, "zlib-static-mtdll-debug.lib")
249 #pragma comment(lib, "clanCore-static-mt-debug.lib")
250 #pragma comment(lib, "zlib-static-mt-debug.lib")
253 #pragma comment(lib, "advapi32.lib")