[PATCH v3 4/8] reg.exe: Add internal error string

Jonathan Vollebregt jnvsor at gmail.com
Sat Sep 6 11:05:19 CDT 2014


---
 programs/reg/reg.h  | 1 +
 programs/reg/reg.rc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/programs/reg/reg.h b/programs/reg/reg.h
index 2221647..1c2ae83 100644
--- a/programs/reg/reg.h
+++ b/programs/reg/reg.h
@@ -30,3 +30,4 @@
 #define STRING_INVALID_CMDLINE  107
 #define STRING_NO_REMOTE        108
 #define STRING_CANNOT_FIND      109
+#define STRING_ERROR            110
diff --git a/programs/reg/reg.rc b/programs/reg/reg.rc
index 6f4c0c8..5d259c7 100644
--- a/programs/reg/reg.rc
+++ b/programs/reg/reg.rc
@@ -35,4 +35,5 @@ STRINGTABLE
     STRING_INVALID_CMDLINE, "Error: Invalid command line parameters\n"
     STRING_NO_REMOTE, "Error: Unable to access remote machine\n"
     STRING_CANNOT_FIND, "Error: The system was unable to find the specified registry key or value\n"
+    STRING_ERROR, "Error: An internal error occurred\n"
 }
-- 
2.1.0




More information about the wine-patches mailing list