Mercurial > hg > sv-dependency-builds
comparison win32-mingw/include/vamp-hostsdk/hostguard.h @ 108:1813f30f2f15
Update Vamp plugin SDK to 2.5
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 09 May 2013 10:52:46 +0100 |
parents | c6e1ae789cfb |
children |
comparison
equal
deleted
inserted
replaced
107:71c914cf6201 | 108:1813f30f2f15 |
---|---|
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.4" | 46 #define VAMP_SDK_VERSION "2.5" |
47 #define VAMP_SDK_MAJOR_VERSION 2 | 47 #define VAMP_SDK_MAJOR_VERSION 2 |
48 #define VAMP_SDK_MINOR_VERSION 4 | 48 #define VAMP_SDK_MINOR_VERSION 5 |
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) |