Browse Source

Wine patches: add missing headers (+fix)

master
Pekka Helenius 5 years ago
parent
commit
a48ec98425
2 changed files with 11 additions and 1 deletions
  1. +10
    -0
      files_wine/patch_steamproton_03_kernel32_wine4.9_largeaddressaware_staging.patch
  2. +1
    -1
      files_wine/patch_steamproton_03_ntdll_wine4.9_largeaddressaware_staging.patch

+ 10
- 0
files_wine/patch_steamproton_03_kernel32_wine4.9_largeaddressaware_staging.patch View File

@ -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);


+ 1
- 1
files_wine/patch_steamproton_03_ntdll_wine4.9_largeaddressaware_staging.patch View File

@ -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


Loading…
Cancel
Save