mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:43:00 +00:00
* Sync up to trunk head (r64894).
svn path=/branches/shell-experiments/; revision=64895
This commit is contained in:
commit
06e986393a
111 changed files with 3765 additions and 1930 deletions
|
@ -382,7 +382,10 @@ BOOL DeleteFolder(LPTSTR FileName)
|
|||
{
|
||||
SetFileAttributes(TempFileName,FILE_ATTRIBUTE_NORMAL);
|
||||
if (!DeleteFile(TempFileName))
|
||||
{
|
||||
FindClose (hFile);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
}while (FindNextFile (hFile, &f));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue