mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
7da7ae71d2
Patches directly from the mailing list with second sign-off if supplied.
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
From 45cf0122c89190fe8264be3e9b5e4ab65814fa87 Mon Sep 17 00:00:00 2001
|
|
From: Gijs Vermeulen <gijsvrm@gmail.com>
|
|
Date: Wed, 25 Jul 2018 01:52:06 +0200
|
|
Subject: [PATCH 07/24] wine.inf: Add "Sources" key.
|
|
|
|
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44981
|
|
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
|
|
---
|
|
loader/wine.inf.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/loader/wine.inf.in b/loader/wine.inf.in
|
|
index 9a76509..7774289 100644
|
|
--- a/loader/wine.inf.in
|
|
+++ b/loader/wine.inf.in
|
|
@@ -3416,6 +3416,7 @@ HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule"
|
|
HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
|
|
HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16
|
|
HKLM,"System\CurrentControlSet\Services\Eventlog\System",,16
|
|
+HKLM,"System\CurrentControlSet\Services\Eventlog\System","Sources",0x10000,""
|
|
HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters",,16
|
|
HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
|
|
HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16
|
|
--
|
|
1.9.1
|
|
|