Mercurial > hg > vamp-plugin-load-checker
comparison 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 |
comparison
equal
deleted
inserted
replaced
19:c80c55cabfcd | 20:c1081e8d26a7 |
---|---|
74 | 74 |
75 stringlist expandConventionalPath(PluginType type, std::string var); | 75 stringlist expandConventionalPath(PluginType type, std::string var); |
76 std::string getDefaultPath(PluginType type); | 76 std::string getDefaultPath(PluginType type); |
77 | 77 |
78 PluginCandidates m_candidates; | 78 PluginCandidates m_candidates; |
79 std::string m_helperExecutableName; | |
80 | |
81 bool is32bit() const; // true if helper looks to be 32-bit on 64-bit system | |
79 }; | 82 }; |
80 | 83 |
81 #endif | 84 #endif |