Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/hostguard.h @ 510:8742125177ae
Merge from branch vamp-kiss-naming
author | Chris Cannam |
---|---|
date | Thu, 08 Feb 2018 15:40:33 +0000 |
parents | 90571dcc371a |
children | df32b473b9b6 |
comparison
equal
deleted
inserted
replaced
502:d129bf797f24 | 510:8742125177ae |
---|---|
39 | 39 |
40 #ifdef _VAMP_IN_PLUGINSDK | 40 #ifdef _VAMP_IN_PLUGINSDK |
41 #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. | 41 #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. |
42 #else | 42 #else |
43 | 43 |
44 #define _VAMP_IN_HOSTSDK | 44 #define _VAMP_IN_HOSTSDK 1 |
45 | 45 |
46 #define VAMP_SDK_VERSION "2.7.1" | 46 #define VAMP_SDK_VERSION "2.7.1" |
47 #define VAMP_SDK_MAJOR_VERSION 2 | 47 #define VAMP_SDK_MAJOR_VERSION 2 |
48 #define VAMP_SDK_MINOR_VERSION 7 | 48 #define VAMP_SDK_MINOR_VERSION 7 |
49 | 49 |