_ >   28 28
  29 29         const std::wstring& GetNativeExtension() const { return m_strNativeExtension; }
  30 30         const std::wstring& GetNativeBasePath() const { return m_strNativeBasePath; }
< >     31         bool HasNativePath() const;
    32
31 33 #ifdef _WIN64
  32 34         const std::wstring& Get32bitExtension() const { return m_str32bitExtension; }
  33 35         const std::wstring& Get32bitBasePath() const { return m_str32bitBasePath; }
< >     36
    37         bool Has32bitPath() const;
< _   34 38 #endif
  35 39
  36 40 private: