mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 17:59:44 +00:00
[reg] Update reg.c to current Wine
svn path=/trunk/; revision=44569
This commit is contained in:
parent
524995a566
commit
2d5fcc0429
1 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,8 @@ static int reg_delete(WCHAR *key_name, WCHAR *value_name, BOOL value_empty,
|
|||
/* FIXME: Prompt for delete */
|
||||
}
|
||||
|
||||
if (!value_name)
|
||||
/* Delete subtree only if no /v* option is given */
|
||||
if (!value_name && !value_empty && !value_all)
|
||||
{
|
||||
if (RegDeleteTreeW(root,p)!=ERROR_SUCCESS)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue