From 2f6ce2419ec465bb40e076746367ae7073f83f45 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Thu, 15 Apr 2010 21:38:11 +0200 Subject: updated cl_ext.h and cl_gl.h (automatically detected by updateder script). --- resources/includes/CL_orig/cl_ext.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'resources/includes/CL_orig/cl_ext.h') diff --git a/resources/includes/CL_orig/cl_ext.h b/resources/includes/CL_orig/cl_ext.h index dbe8424d..d61f6e75 100644 --- a/resources/includes/CL_orig/cl_ext.h +++ b/resources/includes/CL_orig/cl_ext.h @@ -21,7 +21,7 @@ * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. ******************************************************************************/ -/* $Revision: 10424 $ on $Date: 2010-02-17 14:34:49 -0800 (Wed, 17 Feb 2010) $ */ +/* $Revision: 11041 $ on $Date: 2010-04-14 10:50:06 -0700 (Wed, 14 Apr 2010) $ */ #ifndef __CL_EXT_H #define __CL_EXT_H @@ -52,6 +52,11 @@ clIcdGetPlatformIDsKHR(cl_uint /* num_entries */, cl_platform_id * /* platforms */, cl_uint * /* num_platforms */); +typedef CL_API_ENTRY cl_int (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)( + cl_uint num_entries, + cl_platform_id * platforms, + cl_uint * num_platforms); + #ifdef __cplusplus } #endif -- cgit v1.2.3