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
Fix issue with invalid handles being incorrect when a new process is created.
This commit is contained in:
@@ -51,6 +51,7 @@ PATCHLIST := \
|
||||
imm32-Cross_Thread_Access.ok \
|
||||
include-Winetest.ok \
|
||||
iphlpapi-TCP_Table.ok \
|
||||
kernel32-Console_Handles.ok \
|
||||
kernel32-GetFinalPathNameByHandle.ok \
|
||||
kernel32-GetNumaProcessorNode.ok \
|
||||
kernel32-GetStringTypeW.ok \
|
||||
@@ -717,6 +718,21 @@ iphlpapi-TCP_Table.ok:
|
||||
echo '+ { "Erich E. Hoover", "iphlpapi: Implement AllocateAndGetTcpExTableFromStack.", 1 },'; \
|
||||
) > iphlpapi-TCP_Table.ok
|
||||
|
||||
# Patchset kernel32-Console_Handles
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#36216] Hearthstone fails to start
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/kernel32/console.c, dlls/kernel32/environ.c, dlls/kernel32/tests/process.c
|
||||
# |
|
||||
.INTERMEDIATE: kernel32-Console_Handles.ok
|
||||
kernel32-Console_Handles.ok:
|
||||
$(call APPLY_FILE,kernel32-Console_Handles/0001-kernel32-Invalid-console-handles-for-new-processes-a.patch)
|
||||
@( \
|
||||
echo '+ { "Erich E. Hoover", "kernel32: Invalid console handles for new processes are 0, not INVALID_HANDLE_VALUE.", 1 },'; \
|
||||
) > kernel32-Console_Handles.ok
|
||||
|
||||
# Patchset kernel32-GetFinalPathNameByHandle
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
|
Reference in New Issue
Block a user