[PATCH 7/7] sapi: Create the Voices registry key.

Huw Davies huw at codeweavers.com
Wed Sep 27 04:17:18 CDT 2017


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/sapi/Makefile.in |  3 +++
 dlls/sapi/sapi.rc     | 22 ++++++++++++++++++++++
 dlls/sapi/sapi.rgs    | 15 +++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 dlls/sapi/sapi.rc
 create mode 100644 dlls/sapi/sapi.rgs

diff --git a/dlls/sapi/Makefile.in b/dlls/sapi/Makefile.in
index 99a0143..5303299 100644
--- a/dlls/sapi/Makefile.in
+++ b/dlls/sapi/Makefile.in
@@ -7,3 +7,6 @@ C_SRCS = \
 IDL_SRCS = \
 	sapi_classes.idl \
 	sapi_typelib.idl
+
+RC_SRCS = \
+	sapi.rc
diff --git a/dlls/sapi/sapi.rc b/dlls/sapi/sapi.rc
new file mode 100644
index 0000000..cbf6293
--- /dev/null
+++ b/dlls/sapi/sapi.rc
@@ -0,0 +1,22 @@
+/*
+ * Speech API (SAPI) resource file.
+ *
+ * Copyright (C) 2017 Huw Davies
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+/* @makedep: sapi.rgs */
+1 WINE_REGISTRY sapi.rgs
diff --git a/dlls/sapi/sapi.rgs b/dlls/sapi/sapi.rgs
new file mode 100644
index 0000000..b086303
--- /dev/null
+++ b/dlls/sapi/sapi.rgs
@@ -0,0 +1,15 @@
+HKLM
+{
+    NoRemove Software
+    {
+        NoRemove Microsoft
+        {
+            NoRemove Speech
+            {
+                NoRemove Voices
+                {
+                }
+            }
+        }
+    }
+}
-- 
2.7.4




More information about the wine-patches mailing list