Mercurial > hg > vampy
comparison vampy-main.cpp @ 120:a38d318c85a9 tip
MSVC fixes
author | Chris Cannam |
---|---|
date | Wed, 18 Dec 2019 16:51:20 +0000 |
parents | c85d26cb9dab |
children |
comparison
equal
deleted
inserted
replaced
119:e1d65734d953 | 120:a38d318c85a9 |
---|---|
35 #endif | 35 #endif |
36 #ifndef NUMPY_MINORVERSION | 36 #ifndef NUMPY_MINORVERSION |
37 #define NUMPY_MINORVERSION 9 | 37 #define NUMPY_MINORVERSION 9 |
38 #endif | 38 #endif |
39 | 39 |
40 #endif | |
41 | |
42 #ifdef _WIN32 | |
43 // We should be using the unicode apis, but we're not (yet) | |
44 #undef UNICODE | |
45 #undef _UNICODE | |
46 #define _MBCS 1 | |
40 #endif | 47 #endif |
41 | 48 |
42 #include "vamp/vamp.h" | 49 #include "vamp/vamp.h" |
43 #include "vamp-sdk/PluginAdapter.h" | 50 #include "vamp-sdk/PluginAdapter.h" |
44 #include "PyPlugScanner.h" | 51 #include "PyPlugScanner.h" |