Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/plugguard.h @ 460:b409560a805b
Merge from branch vampipe
author | Chris Cannam |
---|---|
date | Mon, 10 Oct 2016 15:48:35 +0100 |
parents | abdf03252c8a |
children | 2dbb3f920abc |
comparison
equal
deleted
inserted
replaced
442:4101e3f80aa0 | 460:b409560a805b |
---|---|
69 | 69 |
70 #ifndef _VAMP_IN_HOSTSDK | 70 #ifndef _VAMP_IN_HOSTSDK |
71 | 71 |
72 #define _VAMP_IN_PLUGINSDK 1 | 72 #define _VAMP_IN_PLUGINSDK 1 |
73 | 73 |
74 #define VAMP_SDK_VERSION "2.6" | 74 #define VAMP_SDK_VERSION "2.7" |
75 #define VAMP_SDK_MAJOR_VERSION 2 | 75 #define VAMP_SDK_MAJOR_VERSION 2 |
76 #define VAMP_SDK_MINOR_VERSION 6 | 76 #define VAMP_SDK_MINOR_VERSION 7 |
77 | 77 |
78 #ifdef _VAMP_NO_PLUGIN_NAMESPACE | 78 #ifdef _VAMP_NO_PLUGIN_NAMESPACE |
79 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) | 79 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) |
80 #define _VAMP_SDK_PLUGSPACE_END(h) | 80 #define _VAMP_SDK_PLUGSPACE_END(h) |
81 #else | 81 #else |