Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/PluginHostAdapter.h @ 5:b075cddf70a6
* Fix for unique guards
author | cannam |
---|---|
date | Fri, 31 Mar 2006 15:55:17 +0000 |
parents | 0133b3513e2b |
children | 8f10d35a4090 |
comparison
equal
deleted
inserted
replaced
4:631468924a38 | 5:b075cddf70a6 |
---|---|
32 shall not be used in advertising or otherwise to promote the sale, | 32 shall not be used in advertising or otherwise to promote the sale, |
33 use or other dealings in this Software without prior written | 33 use or other dealings in this Software without prior written |
34 authorization. | 34 authorization. |
35 */ | 35 */ |
36 | 36 |
37 #ifndef _PLUGIN_HOST_ADAPTER_H_ | 37 #ifndef _VAMP_PLUGIN_HOST_ADAPTER_H_ |
38 #define _PLUGIN_HOST_ADAPTER_H_ | 38 #define _VAMP_PLUGIN_HOST_ADAPTER_H_ |
39 | 39 |
40 #include "vamp.h" | 40 #include "vamp.h" |
41 | 41 |
42 #include "Plugin.h" | 42 #include "Plugin.h" |
43 | 43 |