Move files to recycle bin when asked to

svn path=/trunk/; revision=30089
This commit is contained in:
Hervé Poussineau 2007-11-03 14:17:00 +00:00
parent 5a59a4ee2f
commit f9e795297b
2 changed files with 2 additions and 3 deletions

View file

@ -806,6 +806,6 @@ TRASH_CanTrashFile(LPCWSTR wszPath)
BOOL
TRASH_TrashFile(LPCWSTR wszPath)
{
FIXME("(%s)\n", debugstr_w(wszPath));
return FALSE;
TRACE("(%s)\n", debugstr_w(wszPath));
return DeleteFileToRecycleBinW(wszPath);
}

View file

@ -22,7 +22,6 @@
<library>ole32</library>
<library>version</library>
<library>devmgr</library>
<library>rtl</library>
<library>winspool</library>
<file>authors.c</file>
<file>autocomplete.c</file>