]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/synapse.h
* fixed a warning and an error in the overflow check in l_net
[xonotic/netradiant.git] / libs / synapse.h
index 0478eb95fe1ea864ad8890f2013ea47c0e141fa8..673f5b2c7eb43a2601d8c256c12931023e7c2170 100644 (file)
@@ -60,7 +60,6 @@ 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