opencl: We still use the deprecated OpenCL 1.1 APIs.

This commit is contained in:
Francois Gouget 2012-06-28 16:22:38 +02:00 committed by Alexandre Julliard
parent f95f466060
commit 1c640fd80b

View file

@ -31,6 +31,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(opencl);
#if defined(HAVE_CL_CL_H)
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
#include <CL/cl.h>
#elif defined(HAVE_OPENCL_OPENCL_H)
#include <OpenCL/opencl.h>