X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=libs%2Fsynapse.h;h=b01688fcc06b08d6c959c0d21418ec3dfb9705ed;hp=b064a3b748b2e632a0d4eb69721424f46adc0d93;hb=4189d27b34641ad3325d724f6cac012fa742b2ad;hpb=ff588a439f6496396c41d6bb4028e61bdfed38c7 diff --git a/libs/synapse.h b/libs/synapse.h index b064a3b7..b01688fc 100644 --- a/libs/synapse.h +++ b/libs/synapse.h @@ -60,6 +60,7 @@ could be split into two independant libraries actually, the server part and the #if defined(_WIN32) #define SYNAPSE_DLL_EXPORT WINAPI #elif defined(__linux__) || defined(__APPLE__) /* ydnar */ +// #define SYNAPSE_DLL_EXPORT __attribute__ ((visibility ("protected"))) #define SYNAPSE_DLL_EXPORT #else #error unknown architecture