Alistair Leslie-Hughes : loader: http.sys belongs in the driver directory.
Module: wine Branch: master Commit: 0c68a1510e2236cc4b57330aec04eacae8cab224 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0c68a1510e2236cc4b57330ae... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Thu May 21 11:44:58 2020 +1000 loader: http.sys belongs in the driver directory. Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- loader/wine.inf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index e602546da8..e4f3d74886 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -2612,6 +2612,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,iexplore.exe 11,,winetest.exe,- 12,,fltmgr.sys,- +12,,http.sys,- 12,,ksecdd.sys,- 12,,mountmgr.sys,- 12,,ndis.sys,- @@ -2664,6 +2665,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,notepad.exe 11,,winetest.exe,- 12,,fltmgr.sys +12,,http.sys 12,,ksecdd.sys 12,,mountmgr.sys 12,,ndis.sys
participants (1)
-
Alexandre Julliard