Go to the documentation of this file.
32 #ifdef CL_REGEXP_EXPORT
33 #define CL_API_REGEXP __declspec(dllexport)
34 #define CL_API_REGEXP_STATIC
36 #define CL_API_REGEXP __declspec(dllimport)
37 #define CL_API_REGEXP_STATIC __declspec(dllimport)
41 #define CL_API_REGEXP_STATIC