diff vamp-sdk/plugguard.h @ 263:4454843ff384

* OK, we're going to have to place the host stuff in its own namespace too. Otherwise our new SV build on OSX fails to load old plugins because they pull in the host namespace PluginBase and thus report the wrong Vamp version... *sigh*
author cannam
date Thu, 20 Nov 2008 15:01:30 +0000
parents 3cf5bd155e5b
children 03c7167e1f30
line wrap: on
line diff
--- a/vamp-sdk/plugguard.h	Fri Nov 14 14:20:47 2008 +0000
+++ b/vamp-sdk/plugguard.h	Thu Nov 20 15:01:30 2008 +0000
@@ -67,12 +67,7 @@
  * vamp-hostsdk is included in the same file.  We can't catch that.
  */
 
-#ifdef _VAMP_IN_HOSTSDK
-
-#define _VAMP_SDK_PLUGSPACE_BEGIN(h)
-#define _VAMP_SDK_PLUGSPACE_END(h)
-
-#else
+#ifndef _VAMP_IN_HOSTSDK
 
 #define _VAMP_IN_PLUGINSDK 1