diff vamp/vamp.h @ 161:7fc1041daa9d

* Revert pragmas and RTLD_GLOBAL -- we think we can fix the underlying problem in vampy instead
author cannam
date Mon, 07 Jul 2008 17:17:11 +0000
parents e841e2365b48
children 31eda4b11f2b
line wrap: on
line diff
--- a/vamp/vamp.h	Thu Jul 03 13:28:57 2008 +0000
+++ b/vamp/vamp.h	Mon Jul 07 17:17:11 2008 +0000
@@ -313,14 +313,6 @@
 } VampPluginDescriptor;
 
 
-#ifdef __GNUC__
-#pragma GCC visibility push(default)
-#endif
-#ifdef __MSVC__
-__declspec(dllexport)
-#endif
-
-
 /** Get the descriptor for a given plugin index in this library.
     Return NULL if the index is outside the range of valid indices for
     this plugin library.
@@ -343,10 +335,6 @@
     (unsigned int hostApiVersion, unsigned int index);
 
 
-#ifdef __GNUC__
-#pragma GCC visibility pop
-#endif
-
 /** Function pointer type for vampGetPluginDescriptor. */
 typedef const VampPluginDescriptor *(*VampGetPluginDescriptorFunction)
     (unsigned int, unsigned int);