mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:43:00 +00:00
[WINESYNC] reg: Fail if the source and destination keys are the same when copying.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 0abc002a3e232be3445241e435ef17ac89d6c947 by Hugh McMaster <hugh.mcmaster@outlook.com> manual adjustment needed
This commit is contained in:
parent
ded0675d66
commit
20aa38c6e7
4 changed files with 17 additions and 11 deletions
|
@ -61,6 +61,9 @@
|
|||
#define STRING_OVERWRITE_VALUE 205
|
||||
#define STRING_INVALID_CMDLINE 206
|
||||
|
||||
/* copy.c */
|
||||
#define STRING_COPY_SRC_DEST_SAME 250
|
||||
|
||||
/* delete.c */
|
||||
#define STRING_DELETE_VALUE 300
|
||||
#define STRING_DELETE_VALUEALL 301
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue