mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[reg] Update reg.c to current Wine
svn path=/trunk/; revision=44569
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user