Go to the documentation of this file. 25 #ifndef SOT_TALOS_BALANCE_CONFIG_HH 26 # define SOT_TALOS_BALANCE_CONFIG_HH 29 # define SOT_TALOS_BALANCE_VERSION "1.7.0" 30 # define SOT_TALOS_BALANCE_MAJOR_VERSION 1 31 # define SOT_TALOS_BALANCE_MINOR_VERSION 7 32 # define SOT_TALOS_BALANCE_PATCH_VERSION 0 44 # if defined _WIN32 || defined __CYGWIN__ 46 # define SOT_TALOS_BALANCE_DLLIMPORT __declspec(dllimport) 47 # define SOT_TALOS_BALANCE_DLLEXPORT __declspec(dllexport) 48 # define SOT_TALOS_BALANCE_DLLLOCAL 52 # define SOT_TALOS_BALANCE_DLLIMPORT __attribute__ ((visibility("default"))) 53 # define SOT_TALOS_BALANCE_DLLEXPORT __attribute__ ((visibility("default"))) 54 # define SOT_TALOS_BALANCE_DLLLOCAL __attribute__ ((visibility("hidden"))) 57 # define SOT_TALOS_BALANCE_DLLIMPORT 58 # define SOT_TALOS_BALANCE_DLLEXPORT 59 # define SOT_TALOS_BALANCE_DLLLOCAL 60 # endif // __GNUC__ >= 4 61 # endif // defined _WIN32 || defined __CYGWIN__ 63 # ifdef SOT_TALOS_BALANCE_STATIC 66 # define SOT_TALOS_BALANCE_DLLAPI 67 # define SOT_TALOS_BALANCE_LOCAL 71 # ifdef sot_talos_balance_EXPORTS 72 # define SOT_TALOS_BALANCE_DLLAPI SOT_TALOS_BALANCE_DLLEXPORT 74 # define SOT_TALOS_BALANCE_DLLAPI SOT_TALOS_BALANCE_DLLIMPORT 75 # endif // SOT_TALOS_BALANCE_EXPORTS 76 # define SOT_TALOS_BALANCE_LOCAL SOT_TALOS_BALANCE_DLLLOCAL 77 # endif // SOT_TALOS_BALANCE_STATIC