diff 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
line wrap: on
line diff
--- a/src/vamp-hostsdk/Files.h	Fri Jun 08 11:25:19 2018 +0100
+++ b/src/vamp-hostsdk/Files.h	Mon Jun 11 11:31:47 2018 +0100
@@ -63,6 +63,7 @@
     static std::string splicePath(std::string a, std::string b);
     static std::vector<std::string> listFiles(std::string dir, std::string ext);
 
+    static bool isNonNative32Bit();
     static bool getEnvUtf8(std::string variable, std::string &value);
 };