Go to the documentation of this file.
21#ifndef mia_core_import_handler_hh
22#define mia_core_import_handler_hh
26# define EXPORT_HANDLER __declspec(dllimport)
29# define EXPORT_HANDLER __attribute__((visibility("default")))
31# define EXPORT_HANDLER