Mercurial > hg > vamp-plugin-load-checker
diff checker/knownplugins.h @ 20:c1081e8d26a7
An attempt to accommodate 32-bit helper on 64-bit Windows
author | Chris Cannam |
---|---|
date | Tue, 01 Nov 2016 15:48:59 +0000 |
parents | c80c55cabfcd |
children | fcaaabca1734 |
line wrap: on
line diff
--- a/checker/knownplugins.h Tue Nov 01 15:16:08 2016 +0000 +++ b/checker/knownplugins.h Tue Nov 01 15:48:59 2016 +0000 @@ -76,6 +76,9 @@ std::string getDefaultPath(PluginType type); PluginCandidates m_candidates; + std::string m_helperExecutableName; + + bool is32bit() const; // true if helper looks to be 32-bit on 64-bit system }; #endif