comparison win32-mingw/include/vamp-sdk/plugguard.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
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.4" 74 #define VAMP_SDK_VERSION "2.5"
75 #define VAMP_SDK_MAJOR_VERSION 2 75 #define VAMP_SDK_MAJOR_VERSION 2
76 #define VAMP_SDK_MINOR_VERSION 4 76 #define VAMP_SDK_MINOR_VERSION 5
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