Gijs Vermeulen : wine.inf: Add "Sources" key.
Module: wine Branch: stable Commit: 454666ea414803d1d86ed4b643a30ed7d0089497 URL: https://source.winehq.org/git/wine.git/?a=commit;h=454666ea414803d1d86ed4b64... Author: Gijs Vermeulen <gijsvrm(a)gmail.com> Date: Wed Jul 25 01:52:06 2018 +0200 wine.inf: Add "Sources" key. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44981 Signed-off-by: Gijs Vermeulen <gijsvrm(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit f407828f9713f834712507c98ce8f11a1a2ec902) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- loader/wine.inf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 3117296..7418aa0 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -3393,7 +3393,7 @@ HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule" [Services] 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
participants (1)
-
Alexandre Julliard