From 1c640fd80b49d704559781065387eb9fc70d744c Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 28 Jun 2012 16:22:38 +0200 Subject: [PATCH] opencl: We still use the deprecated OpenCL 1.1 APIs. --- dlls/opencl/opencl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/opencl/opencl.c b/dlls/opencl/opencl.c index 9b466ecf77b..f3e6e79a25f 100644 --- a/dlls/opencl/opencl.c +++ b/dlls/opencl/opencl.c @@ -31,6 +31,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(opencl); #if defined(HAVE_CL_CL_H) +#define CL_USE_DEPRECATED_OPENCL_1_1_APIS #include #elif defined(HAVE_OPENCL_OPENCL_H) #include