11 #ifndef __APEX_CALLBACK_PLUGIN_H__
12 #define __APEX_CALLBACK_PLUGIN_H__
22 #define APEX_VISIBILITY_EXPORT __declspec(dllexport)
24 #define APEX_VISIBILITY_EXPORT __attribute__((visibility("default")))
26 #ifndef APEX_VISIBILITY_EXPORT
27 #define APEX_VISIBILITY_EXPORT
38 #endif // __APEX_CALLBACK_PLUGIN_H__
#define APEX_VISIBILITY_EXPORT
APEX_VISIBILITY_EXPORT void addApexFunction(APEX_Registry ®)