19 #ifndef SYMBOL_EXPORT_H
20 #define SYMBOL_EXPORT_H
22 #define LOMIRI_HELPER_DLL_EXPORT __attribute__ ((visibility ("default")))
24 #ifdef LOMIRI_DLL_EXPORTS // Defined if we are building the Lomiri API library
25 # define LOMIRI_API LOMIRI_HELPER_DLL_EXPORT