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