mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:22:58 +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
|
BOOL
|
||||||
TRASH_TrashFile(LPCWSTR wszPath)
|
TRASH_TrashFile(LPCWSTR wszPath)
|
||||||
{
|
{
|
||||||
FIXME("(%s)\n", debugstr_w(wszPath));
|
TRACE("(%s)\n", debugstr_w(wszPath));
|
||||||
return FALSE;
|
return DeleteFileToRecycleBinW(wszPath);
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
<library>ole32</library>
|
<library>ole32</library>
|
||||||
<library>version</library>
|
<library>version</library>
|
||||||
<library>devmgr</library>
|
<library>devmgr</library>
|
||||||
<library>rtl</library>
|
|
||||||
<library>winspool</library>
|
<library>winspool</library>
|
||||||
<file>authors.c</file>
|
<file>authors.c</file>
|
||||||
<file>autocomplete.c</file>
|
<file>autocomplete.c</file>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue