mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[WINESYNC] reg: Update a comment.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id cb749592e728119bdd5a30a1080a90cf1a53546a by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
parent
6b9db85aaf
commit
89f0bf94a3
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ int reg_delete(HKEY root, WCHAR *path, WCHAR *key_name, WCHAR *value_name,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Delete subtree only if no /v* option is given */
|
/* Delete registry key if no /v* option is given */
|
||||||
if (!value_name && !value_empty && !value_all)
|
if (!value_name && !value_empty && !value_all)
|
||||||
{
|
{
|
||||||
if (RegDeleteTreeW(root, path) != ERROR_SUCCESS)
|
if (RegDeleteTreeW(root, path) != ERROR_SUCCESS)
|
||||||
|
|
|
@ -4,4 +4,4 @@ directories:
|
||||||
files:
|
files:
|
||||||
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
||||||
tags:
|
tags:
|
||||||
wine: eee0c1f8f97d2d77118abb692e277dd440eed693
|
wine: cb749592e728119bdd5a30a1080a90cf1a53546a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue