* Sync up to trunk head (r64894).

svn path=/branches/shell-experiments/; revision=64895
This commit is contained in:
Amine Khaldi 2014-10-22 17:07:43 +00:00
commit 06e986393a
111 changed files with 3765 additions and 1930 deletions

View file

@ -382,7 +382,10 @@ BOOL DeleteFolder(LPTSTR FileName)
{
SetFileAttributes(TempFileName,FILE_ATTRIBUTE_NORMAL);
if (!DeleteFile(TempFileName))
{
FindClose (hFile);
return 0;
}
}
}while (FindNextFile (hFile, &f));