Index: src/regchext/TExtensionDetector.h =================================================================== diff -u -N -re2054db3fa2be3652ca376a318d49dbaba8539ed -rb556d023b748dfea230575959b6513acf29fd7b3 --- src/regchext/TExtensionDetector.h (.../TExtensionDetector.h) (revision e2054db3fa2be3652ca376a318d49dbaba8539ed) +++ src/regchext/TExtensionDetector.h (.../TExtensionDetector.h) (revision b556d023b748dfea230575959b6513acf29fd7b3) @@ -28,9 +28,13 @@ const std::wstring& GetNativeExtension() const { return m_strNativeExtension; } const std::wstring& GetNativeBasePath() const { return m_strNativeBasePath; } + bool HasNativePath() const; + #ifdef _WIN64 const std::wstring& Get32bitExtension() const { return m_str32bitExtension; } const std::wstring& Get32bitBasePath() const { return m_str32bitBasePath; } + + bool Has32bitPath() const; #endif private: