32 #ifdef DATABASE_EXPORT 33 #define CL_API_DATABASE __declspec(dllexport) 34 #define CL_API_DATABASE_STATIC 36 #define CL_API_DATABASE __declspec(dllimport) 37 #define CL_API_DATABASE_STATIC __declspec(dllimport) 40 #define CL_API_DATABASE 41 #define CL_API_DATABASE_STATIC