mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
opencl: We still use the deprecated OpenCL 1.1 APIs.
This commit is contained in:
parent
f95f466060
commit
1c640fd80b
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue