Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/hostguard.h @ 410:5628c5ec4000 vamp-plugin-sdk-v2.6
Naturally, I forgot to update the version in the headers. Argh. Sorry
author | Chris Cannam |
---|---|
date | Mon, 22 Jun 2015 09:28:58 +0100 |
parents | dc40fff9f20b |
children | abdf03252c8a |
comparison
equal
deleted
inserted
replaced
409:dea71aac0c5b | 410:5628c5ec4000 |
---|---|
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.5" | 46 #define VAMP_SDK_VERSION "2.6" |
47 #define VAMP_SDK_MAJOR_VERSION 2 | 47 #define VAMP_SDK_MAJOR_VERSION 2 |
48 #define VAMP_SDK_MINOR_VERSION 5 | 48 #define VAMP_SDK_MINOR_VERSION 6 |
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) |
52 #define _VAMP_SDK_HOSTSPACE_END(h) | 52 #define _VAMP_SDK_HOSTSPACE_END(h) |
53 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) | 53 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) |