comparison src/vamp-hostsdk/PluginHostAdapter.cpp @ 532:569fc23fa37a

Merge from branch c++11-mutex
author Chris Cannam
date Tue, 22 Oct 2019 12:23:53 +0100
parents db2cd87cef6f
children 15a89a89aa9b
comparison
equal deleted inserted replaced
522:0b6802e3b755 532:569fc23fa37a
37 #include <vamp-hostsdk/PluginHostAdapter.h> 37 #include <vamp-hostsdk/PluginHostAdapter.h>
38 #include <cstdlib> 38 #include <cstdlib>
39 39
40 #include "Files.h" 40 #include "Files.h"
41 41
42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 8 ) 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 9 )
43 #error Unexpected version of Vamp SDK header included 43 #error Unexpected version of Vamp SDK header included
44 #endif 44 #endif
45 45
46 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp) 46 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp)
47 47