Added mailing list patchset

This commit is contained in:
Alistair Leslie-Hughes
2019-07-11 08:58:48 +10:00
parent e0bf5ac738
commit 5ed9211eab
28 changed files with 2129 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
From d2e7f4fe7e71d2bba84f26e8055b0e0ca8cd1005 Mon Sep 17 00:00:00 2001
From 58c943a9d3ffc3bd9feae35682710d408448d78a Mon Sep 17 00:00:00 2001
From: Sebastian Lackner <sebastian@fds-team.de>
Date: Mon, 25 May 2015 06:07:50 +0200
Subject: [PATCH] wineboot: Assign a drive serial number during prefix
@@ -9,18 +9,18 @@ Subject: [PATCH] wineboot: Assign a drive serial number during prefix
1 file changed, 32 insertions(+)
diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c
index 834bf92730f..af45f7ff9a9 100644
index 5190dcc701..6e54bff187 100644
--- a/programs/wineboot/wineboot.c
+++ b/programs/wineboot/wineboot.c
@@ -69,6 +69,7 @@
#include <shobjidl.h>
@@ -70,6 +70,7 @@
#include <shlwapi.h>
#include <shellapi.h>
#include <setupapi.h>
+#include <ntsecapi.h>
#include <newdev.h>
#include "resource.h"
WINE_DEFAULT_DEBUG_CHANNEL(wineboot);
@@ -287,6 +288,36 @@ static void get_namestring( WCHAR *buf )
@@ -293,6 +294,36 @@ static void get_namestring( WCHAR *buf )
for (i = lstrlenW(buf) - 1; i >= 0 && buf[i] == ' '; i--) buf[i] = 0;
}
@@ -57,7 +57,7 @@ index 834bf92730f..af45f7ff9a9 100644
/* create the volatile hardware registry keys */
static void create_hardware_registry_keys(void)
{
@@ -1360,6 +1391,7 @@ int __cdecl main( int argc, char *argv[] )
@@ -1420,6 +1451,7 @@ int __cdecl main( int argc, char *argv[] )
ResetEvent( event ); /* in case this is a restart */
@@ -66,5 +66,5 @@ index 834bf92730f..af45f7ff9a9 100644
create_dynamic_registry_keys();
create_environment_registry_keys();
--
2.20.1
2.17.1