ocl: fix CL_RUNTIME_EXPORT for master branch
[profile/ivi/opencv.git] / modules / ocl / src / cl_runtime / cl_runtime.cpp
index c237afe..6752467 100644 (file)
@@ -2,13 +2,6 @@
 
 #if defined(HAVE_OPENCL) && (!defined(__APPLE__) || defined(IOS))
 
-#if defined(BUILD_SHARED_LIBS) && (defined WIN32 || defined _WIN32 || defined WINCE)
-#define CL_RUNTIME_EXPORT __declspec(dllexport)
-#else
-#define CL_RUNTIME_EXPORT
-#endif
-
-
 #include "opencv2/ocl/cl_runtime/cl_runtime.hpp"
 
 #if defined(__APPLE__)