From a48ec98425f7e44ed4ed48acc067332c8b50f98b Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Thu, 30 May 2019 18:46:41 +0300 Subject: [PATCH] Wine patches: add missing headers (+fix) --- ...03_kernel32_wine4.9_largeaddressaware_staging.patch | 10 ++++++++++ ...on_03_ntdll_wine4.9_largeaddressaware_staging.patch | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/files_wine/patch_steamproton_03_kernel32_wine4.9_largeaddressaware_staging.patch b/files_wine/patch_steamproton_03_kernel32_wine4.9_largeaddressaware_staging.patch index 3b910b9..e51217e 100644 --- a/files_wine/patch_steamproton_03_kernel32_wine4.9_largeaddressaware_staging.patch +++ b/files_wine/patch_steamproton_03_kernel32_wine4.9_largeaddressaware_staging.patch @@ -1,3 +1,13 @@ +Original patch code by Valve Corporation + +Original commits: +https://github.com/ValveSoftware/wine/commit/62c9478e4768e94e841da2ef75eb778ed346e3ab + +LICENSE: See https://github.com/ValveSoftware/wine + +Target Wine version of this patch file: + Wine 4.9 (Staging) + --- a/dlls/kernel32/heap.c +++ b/dlls/kernel32/heap.c @@ -75,6 +75,7 @@ WINE_DECLARE_DEBUG_CHANNEL(globalmem); diff --git a/files_wine/patch_steamproton_03_ntdll_wine4.9_largeaddressaware_staging.patch b/files_wine/patch_steamproton_03_ntdll_wine4.9_largeaddressaware_staging.patch index 28f23ef..0aeb80a 100644 --- a/files_wine/patch_steamproton_03_ntdll_wine4.9_largeaddressaware_staging.patch +++ b/files_wine/patch_steamproton_03_ntdll_wine4.9_largeaddressaware_staging.patch @@ -6,7 +6,7 @@ https://github.com/ValveSoftware/wine/commit/62c9478e4768e94e841da2ef75eb778ed34 LICENSE: See https://github.com/ValveSoftware/wine Target Wine version of this patch file: - Wine 4.9 (Vanilla/Non-staging) + Wine 4.9 (Staging) --- a/dlls/ntdll/virtual.c +++ b/dlls/ntdll/virtual.c