Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/hostguard.h @ 495:2dbb3f920abc vamp-plugin-sdk-v2.7.1
Update CHANGELOG and versions
author | Chris Cannam |
---|---|
date | Mon, 06 Mar 2017 13:27:24 +0000 |
parents | abdf03252c8a |
children | 90571dcc371a |
comparison
equal
deleted
inserted
replaced
494:910a475b5bc4 | 495:2dbb3f920abc |
---|---|
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 |
45 | 45 |
46 #define VAMP_SDK_VERSION "2.7" | 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 |
50 #ifdef _VAMP_NO_HOST_NAMESPACE | 50 #ifdef _VAMP_NO_HOST_NAMESPACE |
51 #define _VAMP_SDK_HOSTSPACE_BEGIN(h) | 51 #define _VAMP_SDK_HOSTSPACE_BEGIN(h) |