From ff5f2ff661a07c879b4c69a03783969deccec56d Mon Sep 17 00:00:00 2001 From: Yichao Yu <yyc1992@gmail.com> Date: Mon, 29 Sep 2014 16:22:19 -0400 Subject: [PATCH] Ooops, fix compilation --- src/c_wrapper/wrap_cl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/c_wrapper/wrap_cl.h b/src/c_wrapper/wrap_cl.h index e235f5bb..7ca450f8 100644 --- a/src/c_wrapper/wrap_cl.h +++ b/src/c_wrapper/wrap_cl.h @@ -63,7 +63,7 @@ #endif -#ifndef(CL_VERSION_2_0) +#ifndef CL_VERSION_2_0 typedef void* CLeglImageKHR; typedef void* CLeglDisplayKHR; typedef void* CLeglSyncKHR; @@ -76,7 +76,7 @@ typedef cl_bitfield cl_sampler_properties; typedef cl_uint cl_kernel_exec_info; #endif -#ifndef(CL_VERSION_1_2) +#ifndef CL_VERSION_1_2 typedef intptr_t cl_device_partition_property; typedef cl_uint cl_kernel_arg_info; typedef struct _cl_image_desc cl_image_desc; -- GitLab