From dc50b041cf1c549bb4ec9cde37da1ca5e61cdc34 Mon Sep 17 00:00:00 2001 From: Dirk Voelzke Date: Fri, 13 Aug 2010 15:25:54 +0200 Subject: dv20:#i95454# Use GetShortName to avoid problems with char versus wchar --- shell/inc/internal/propsheets.hxx | 0 shell/inc/internal/utilities.hxx | 6 ++++++ 2 files changed, 6 insertions(+) mode change 100644 => 100755 shell/inc/internal/propsheets.hxx (limited to 'shell/inc') diff --git a/shell/inc/internal/propsheets.hxx b/shell/inc/internal/propsheets.hxx old mode 100644 new mode 100755 diff --git a/shell/inc/internal/utilities.hxx b/shell/inc/internal/utilities.hxx index 4701a2682446..c67787c5cb9d 100755 --- a/shell/inc/internal/utilities.hxx +++ b/shell/inc/internal/utilities.hxx @@ -84,6 +84,12 @@ bool HasOnlySpaces(const std::wstring& String); Windows Locale Identifier corresponding to input LocaleSet. */ +//--------------------------------- +/** Convert a long path name using Windows api call GetShortPathName +*/ +std::wstring getShortPathName( const std::wstring& aLongName ); + + #ifndef OS2 LCID LocaleSetToLCID( const LocaleSet_t & Locale ); #endif -- cgit