You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Added include-LdrData patchset
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
From 4a62c326b24ecb2f7c19b2fbc25ff1d20e362db7 Mon Sep 17 00:00:00 2001
|
||||
From: Paul Gofman <gofmanp@gmail.com>
|
||||
Date: Wed, 18 Dec 2019 02:54:18 +0300
|
||||
Subject: [PATCH] include/winternl.h: Add Vista+ PEB_LDR_DATA structure fields.
|
||||
|
||||
---
|
||||
include/winternl.h | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/include/winternl.h b/include/winternl.h
|
||||
index 9e7e2bad93..33b1260323 100644
|
||||
--- a/include/winternl.h
|
||||
+++ b/include/winternl.h
|
||||
@@ -213,6 +213,8 @@ typedef struct _PEB_LDR_DATA
|
||||
LIST_ENTRY InMemoryOrderModuleList;
|
||||
LIST_ENTRY InInitializationOrderModuleList;
|
||||
PVOID EntryInProgress;
|
||||
+ BOOLEAN ShutdownInProgress;
|
||||
+ HANDLE ShutdownThreadId;
|
||||
} PEB_LDR_DATA, *PPEB_LDR_DATA;
|
||||
|
||||
typedef struct _GDI_TEB_BATCH
|
||||
--
|
||||
2.23.0
|
||||
|
2
patches/include-LdrData/definition
Normal file
2
patches/include-LdrData/definition
Normal file
@@ -0,0 +1,2 @@
|
||||
Fixes: [48289] Grand Theft Auto 5 crashes after loading.
|
||||
|
Reference in New Issue
Block a user