Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/hostguard.h @ 516:df32b473b9b6
Update versions throughout to 2.8
author | Chris Cannam |
---|---|
date | Fri, 01 Feb 2019 16:15:11 +0000 |
parents | 90571dcc371a |
children | db2cd87cef6f |
comparison
equal
deleted
inserted
replaced
515:34565c6868ed | 516:df32b473b9b6 |
---|---|
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 1 | 44 #define _VAMP_IN_HOSTSDK 1 |
45 | 45 |
46 #define VAMP_SDK_VERSION "2.7.1" | 46 #define VAMP_SDK_VERSION "2.8" |
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 8 |
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) |