Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/Files.h @ 513:4b619c5871ee
Use VAMP_PATH_32 environment variable instead of VAMP_PATH, when running in a 32-bit process within 64-bit Windows (WoW64)
author | Chris Cannam |
---|---|
date | Mon, 11 Jun 2018 11:31:47 +0100 |
parents | 54277cb679ff |
children |
comparison
equal
deleted
inserted
replaced
512:54277cb679ff | 513:4b619c5871ee |
---|---|
61 | 61 |
62 static std::string lcBasename(std::string path); | 62 static std::string lcBasename(std::string path); |
63 static std::string splicePath(std::string a, std::string b); | 63 static std::string splicePath(std::string a, std::string b); |
64 static std::vector<std::string> listFiles(std::string dir, std::string ext); | 64 static std::vector<std::string> listFiles(std::string dir, std::string ext); |
65 | 65 |
66 static bool isNonNative32Bit(); | |
66 static bool getEnvUtf8(std::string variable, std::string &value); | 67 static bool getEnvUtf8(std::string variable, std::string &value); |
67 }; | 68 }; |
68 | 69 |
69 #endif | 70 #endif |
70 | 71 |