sapi: Create the Voices registry key.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Huw Davies 2017-09-27 10:17:18 +01:00 committed by Alexandre Julliard
parent d5308e809d
commit 35347b0e40
3 changed files with 40 additions and 0 deletions

View file

@ -7,3 +7,6 @@ C_SRCS = \
IDL_SRCS = \
sapi_classes.idl \
sapi_typelib.idl
RC_SRCS = \
sapi.rc

22
dlls/sapi/sapi.rc Normal file
View file

@ -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

15
dlls/sapi/sapi.rgs Normal file
View file

@ -0,0 +1,15 @@
HKLM
{
NoRemove Software
{
NoRemove Microsoft
{
NoRemove Speech
{
NoRemove Voices
{
}
}
}
}
}