数字順のソートをしたいとの要望があったようなので、機��
�追加してみました
function StrCmpLogicalW(psz1, psz2: PWideChar): Integer; stdcall; external
'shlwapi.dll';
TMediaFileList.DoCompareTextに以下を追加
7: Result:= StrCmpLogicalW(PWideChar(WideString(path1)), PWideChar(WideString(path2)));
8: Result:= StrCmpLogicalW(PWideChar(WideString(path2)), PWideChar(WideString(path1)));
Original issue reported on code.google.com by
pon...@gmail.comon 15 Aug 2013 at 7:30