19 #ifndef SYMBOL_EXPORT_H
20 #define SYMBOL_EXPORT_H
22 #define UNITY_HELPER_DLL_EXPORT __attribute__ ((visibility ("default")))
24 #ifdef UNITY_DLL_EXPORTS // Defined if we are building the Unity API library
25 # define UNITY_API UNITY_HELPER_DLL_EXPORT