mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 03:49:02 +00:00
opencl: We still use the deprecated OpenCL 1.1 APIs.
This commit is contained in:
parent
f95f466060
commit
1c640fd80b
@ -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…
x
Reference in New Issue
Block a user