https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2964cf3b371f24362085db771f5ab66ac679c9fe

commit 2964cf3b371f24362085db771f5ab66ac679c9fe
Author:     winesync <[email protected]>
AuthorDate: Mon Jan 17 18:40:42 2022 +0100
Commit:     Thomas Csovcsity <[email protected]>
CommitDate: Sun Jun 19 13:06:36 2022 +0200

    [WINESYNC] reg: Remove two unused string resources.
    
    Signed-off-by: Hugh McMaster <[email protected]>
    Signed-off-by: Alexandre Julliard <[email protected]>
    
    wine commit id e4f3d51fdde4b762d2317ce7b2aa140ac030989b by Hugh McMaster 
<[email protected]>
---
 base/applications/cmdutils/reg/resource.h | 2 --
 sdk/tools/winesync/reg.cfg                | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/base/applications/cmdutils/reg/resource.h 
b/base/applications/cmdutils/reg/resource.h
index 68b8ef86920..b80b402fd17 100644
--- a/base/applications/cmdutils/reg/resource.h
+++ b/base/applications/cmdutils/reg/resource.h
@@ -47,7 +47,6 @@
 #define STRING_DELETE_SUBKEY          122
 #define STRING_INVALID_STRING         123
 #define STRING_VALUEALL_FAILED        124
-#define STRING_GENERAL_FAILURE        125
 #define STRING_MATCHES_FOUND          126
 #define STRING_INVALID_SYNTAX         127
 #define STRING_INVALID_OPTION         128
@@ -56,7 +55,6 @@
 #define STRING_VALUE_NOT_SET          131
 #define STRING_IMPORT_USAGE           132
 #define STRING_FILE_NOT_FOUND         133
-#define STRING_OPEN_KEY_FAILED        134
 #define STRING_ESCAPE_SEQUENCE        135
 #define STRING_EXPORT_USAGE           136
 #define STRING_INVALID_SYSTEM_KEY     137
diff --git a/sdk/tools/winesync/reg.cfg b/sdk/tools/winesync/reg.cfg
index 066ee20b473..b4d7e7adebb 100644
--- a/sdk/tools/winesync/reg.cfg
+++ b/sdk/tools/winesync/reg.cfg
@@ -4,4 +4,4 @@ directories:
 files:
   programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
 tags:
-  wine: 6c466296a7629487930d4d6e4fa7d7ae66a7bf61
+  wine: e4f3d51fdde4b762d2317ce7b2aa140ac030989b

Reply via email to