]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/surface/surfdlg_plugin.cpp
some updates to the Linux build system - obtained a core binary and all required...
[xonotic/netradiant.git] / plugins / surface / surfdlg_plugin.cpp
index 6256919742595272f42f292e183d629d00e85c09..b825377f9d92d251295625495e864b8ce588cc80 100644 (file)
@@ -61,8 +61,13 @@ _QERAppDataTable g_AppDataTable;
 CSynapseServer* g_pSynapseServer = NULL;\r
 CSynapseClient_SurfDLG g_SynapseClient;\r
 \r
-extern "C" CSynapseClient* SYNAPSE_DLL_EXPORT Synapse_EnumerateInterfaces (const char *version, CSynapseServer *pServer)\r
-{\r
+#if __GNUC__ >= 4\r
+#pragma GCC visibility push(default)\r
+#endif\r
+extern "C" CSynapseClient* SYNAPSE_DLL_EXPORT Synapse_EnumerateInterfaces( const char *version, CSynapseServer *pServer ) {\r
+#if __GNUC__ >= 4\r
+#pragma GCC visibility pop\r
+#endif\r
   if (strcmp(version, SYNAPSE_VERSION))\r
   {\r
     Syn_Printf("ERROR: synapse API version mismatch: should be '" SYNAPSE_VERSION "', got '%s'\n", version);\r