diff vamp-hostsdk/hostguard.h @ 501:90571dcc371a vamp-kiss-naming

Extensively rename things in the KissFFT headers to use a Vamp prefix. The motivation is not to change anything about the Vamp SDK library builds, but to avoid confusion in case any other code (for example that pulls in the Vamp SDK as part of a wider project definition) accidentally includes these headers instead of, or as well as, some other copy of KissFFT.
author Chris Cannam
date Tue, 30 Jan 2018 09:56:46 +0000
parents 2dbb3f920abc
children df32b473b9b6
line wrap: on
line diff
--- a/vamp-hostsdk/hostguard.h	Mon Dec 11 13:22:11 2017 +0000
+++ b/vamp-hostsdk/hostguard.h	Tue Jan 30 09:56:46 2018 +0000
@@ -41,7 +41,7 @@
 #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.
 #else
 
-#define _VAMP_IN_HOSTSDK
+#define _VAMP_IN_HOSTSDK 1
 
 #define VAMP_SDK_VERSION "2.7.1"
 #define VAMP_SDK_MAJOR_VERSION 2