From e80aef4e032f08ef0c4cfbb028bf83b81002f112 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 27 Sep 2017 14:20:25 +0300 Subject: shell: use Unicode on Windows Change-Id: I9f7962db320f8832879ba327108425a7592b4b77 Reviewed-on: https://gerrit.libreoffice.org/42885 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- shell/inc/infotips.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shell/inc/infotips.hxx') 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 +#include 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 -- cgit