Go to the documentation of this file.
32 #ifdef CL_NETWORK_EXPORT
33 #define CL_API_NETWORK __declspec(dllexport)
34 #define CL_API_NETWORK_STATIC
36 #define CL_API_NETWORK __declspec(dllimport)
37 #define CL_API_NETWORK_STATIC __declspec(dllimport)
40 #define CL_API_NETWORK
41 #define CL_API_NETWORK_STATIC