Go to the documentation of this file. 21 #ifndef mia_core_export_handler_hh 22 #define mia_core_export_handler_hh 25 # define EXPORT_HANDLER __declspec(dllexport) 28 # define EXPORT_HANDLER __attribute__((visibility("default"))) 30 # define EXPORT_HANDLER