Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/plugguard.h @ 419:55de53d7c777
Merge
author | Chris Cannam |
---|---|
date | Tue, 01 Mar 2016 12:21:23 +0000 |
parents | 5628c5ec4000 |
children | abdf03252c8a |
comparison
equal
deleted
inserted
replaced
418:a13635e9c440 | 419:55de53d7c777 |
---|---|
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.5" | 74 #define VAMP_SDK_VERSION "2.6" |
75 #define VAMP_SDK_MAJOR_VERSION 2 | 75 #define VAMP_SDK_MAJOR_VERSION 2 |
76 #define VAMP_SDK_MINOR_VERSION 5 | 76 #define VAMP_SDK_MINOR_VERSION 6 |
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 |