Commit 1c640fd8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

opencl: We still use the deprecated OpenCL 1.1 APIs.

parent f95f4660
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment