You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 06ab0677587fbbb83ef73efa7ed22bf85dcb6836.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From e1c9210a92b5b3fda4767f3a9ba12eff5427314f Mon Sep 17 00:00:00 2001
|
||||
From dd8ab6d50d5a84d8b40fd8541184c4cc462e7bd0 Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Lackner <sebastian@fds-team.de>
|
||||
Date: Sat, 5 Aug 2017 03:38:38 +0200
|
||||
Subject: [PATCH] ntdll: Add inline versions of RtlEnterCriticalSection /
|
||||
@@ -9,7 +9,7 @@ Subject: [PATCH] ntdll: Add inline versions of RtlEnterCriticalSection /
|
||||
1 file changed, 34 insertions(+)
|
||||
|
||||
diff --git a/dlls/ntdll/ntdll_misc.h b/dlls/ntdll/ntdll_misc.h
|
||||
index e50d48dc3cc..13a9123eb06 100644
|
||||
index 1e00dcda2ec..631876c9862 100644
|
||||
--- a/dlls/ntdll/ntdll_misc.h
|
||||
+++ b/dlls/ntdll/ntdll_misc.h
|
||||
@@ -26,6 +26,7 @@
|
||||
@@ -57,9 +57,9 @@ index e50d48dc3cc..13a9123eb06 100644
|
||||
+ }
|
||||
+}
|
||||
+
|
||||
/* load order */
|
||||
|
||||
#ifdef _WIN64
|
||||
struct dllredirect_data
|
||||
{
|
||||
ULONG size;
|
||||
--
|
||||
2.30.2
|
||||
|
||||
|
Reference in New Issue
Block a user