wineboot-DriveSerial: Remove patch.

Fixed upstream by <50903a1504>.
This commit is contained in:
Zebediah Figura
2021-04-21 22:44:45 -05:00
parent 0c8991562d
commit 68f87944cf
5 changed files with 6 additions and 104 deletions

View File

@@ -1,4 +1,4 @@
From 16060eb72cc435d6073f1e4cd6b73093b16ac972 Mon Sep 17 00:00:00 2001
From abf369c95bc4fbaa146f2ababb41a01b03af9057 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Mon, 26 Dec 2016 16:37:40 +0100
Subject: [PATCH] wineboot: Initialize proxy settings registry key.
@@ -22,18 +22,18 @@ index 2552f69990a..769ad7ee511 100644
EXTRADLLFLAGS = -mno-cygwin
diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c
index 8d2050c2f4b..c79bab3a25c 100644
index 3dfa39ad7c0..88335a2549e 100644
--- a/programs/wineboot/wineboot.c
+++ b/programs/wineboot/wineboot.c
@@ -78,6 +78,7 @@
@@ -77,6 +77,7 @@
#include <shlwapi.h>
#include <shellapi.h>
#include <setupapi.h>
#include <ntsecapi.h>
+#include <wininet.h>
#include <newdev.h>
#include "resource.h"
@@ -933,6 +934,13 @@ static void create_volatile_environment_registry_key(void)
@@ -902,6 +903,13 @@ static void create_volatile_environment_registry_key(void)
RegCloseKey( hkey );
}
@@ -47,7 +47,7 @@ index 8d2050c2f4b..c79bab3a25c 100644
/* Performs the rename operations dictated in %SystemRoot%\Wininit.ini.
* Returns FALSE if there was an error, or otherwise if all is ok.
*/
@@ -1742,6 +1750,7 @@ int __cdecl main( int argc, char *argv[] )
@@ -1711,6 +1719,7 @@ int __cdecl main( int argc, char *argv[] )
if (init || update) update_wineprefix( update );
create_volatile_environment_registry_key();

View File

@@ -1,2 +1 @@
Fixes: [42024] Create ProxyEnable key on wineprefix update
Depends: wineboot-DriveSerial