Francois Gouget : opencl: We still use the deprecated OpenCL 1.1 APIs.

Alexandre Julliard julliard at winehq.org
Thu Jun 28 13:55:17 CDT 2012


Module: wine
Branch: master
Commit: 1c640fd80b49d704559781065387eb9fc70d744c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1c640fd80b49d704559781065387eb9fc70d744c

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Jun 28 16:22:38 2012 +0200

opencl: We still use the deprecated OpenCL 1.1 APIs.

---

 dlls/opencl/opencl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/opencl/opencl.c b/dlls/opencl/opencl.c
index 9b466ec..f3e6e79 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 <CL/cl.h>
 #elif defined(HAVE_OPENCL_OPENCL_H)
 #include <OpenCL/opencl.h>




More information about the wine-cvs mailing list