mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Move files to recycle bin when asked to
svn path=/trunk/; revision=30089
This commit is contained in:
parent
5a59a4ee2f
commit
f9e795297b
2 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue