diff vamp-hostsdk/hostguard.h @ 234:7b12c3decc42 distinct-libraries

* install fixes, mostly
author cannam
date Fri, 07 Nov 2008 16:39:24 +0000
parents 5ee166dccfff
children 4454843ff384
line wrap: on
line diff
--- a/vamp-hostsdk/hostguard.h	Fri Nov 07 15:28:33 2008 +0000
+++ b/vamp-hostsdk/hostguard.h	Fri Nov 07 16:39:24 2008 +0000
@@ -34,8 +34,8 @@
     authorization.
 */
 
-#ifndef _VAMP_HOSTSDK_GUARDS_H_
-#define _VAMP_HOSTSDK_GUARDS_H_
+#ifndef _VAMP_HOSTSDK_HOSTGUARD_H_
+#define _VAMP_HOSTSDK_HOSTGUARD_H_
 
 #ifdef _VAMP_IN_PLUGINSDK
 #error You have included headers from both vamp-sdk and vamp-hostsdk in the same source file. Please include only vamp-sdk headers in plugin code, and only vamp-hostsdk headers in host code.