diff options
Diffstat (limited to 'shell/inc/infotips.hxx')
-rw-r--r-- | shell/inc/infotips.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/inc/infotips.hxx b/shell/inc/infotips.hxx index df583614557c..a14569baf1c6 100644 --- a/shell/inc/infotips.hxx +++ b/shell/inc/infotips.hxx @@ -30,6 +30,7 @@ #pragma warning(pop) #endif #include <string> +#include <filepath.hxx> class CInfoTip : public IQueryInfo, public IPersistFile { @@ -84,9 +85,9 @@ public: /* [out] */ LPOLESTR __RPC_FAR *ppszFileName) override; private: - long m_RefCnt; - char m_szFileName[MAX_PATH]; - std::wstring m_FileNameOnly; + long m_RefCnt; + Filepath_char_t m_szFileName[MAX_PATH]; + std::wstring m_FileNameOnly; }; #endif |