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
Added patch to avoid sending window messages in FindWindowExW.
This commit is contained in:
@@ -97,6 +97,7 @@ PATCHLIST := \
|
||||
shlwapi-PathIsDirectoryEmptyW.ok \
|
||||
shlwapi-UrlCombine.ok \
|
||||
user32-Dialog_Paint_Event.ok \
|
||||
user32-FindWindowEx.ok \
|
||||
user32-GetSystemMetrics.ok \
|
||||
user32-GetTipText.ok \
|
||||
user32-WndProc.ok \
|
||||
@@ -1665,6 +1666,23 @@ user32-Dialog_Paint_Event.ok:
|
||||
echo '+ { "user32-Dialog_Paint_Event", "Sebastian Lackner", "Call UpdateWindow during DIALOG_CreateIndirect." },'; \
|
||||
) > user32-Dialog_Paint_Event.ok
|
||||
|
||||
# Patchset user32-FindWindowEx
|
||||
# |
|
||||
# | Included patches:
|
||||
# | * Avoid sending window messages in FindWindowExW. [by Sebastian Lackner]
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/user32/tests/win.c, dlls/user32/win.c
|
||||
# |
|
||||
.INTERMEDIATE: user32-FindWindowEx.ok
|
||||
user32-FindWindowEx.ok:
|
||||
$(call APPLY_FILE,user32-FindWindowEx/0001-user32-tests-Add-tests-to-demonstrate-FindWindow-doe.patch)
|
||||
$(call APPLY_FILE,user32-FindWindowEx/0002-user32-tests-Add-tests-for-Set-Get-WindowTextA-with-.patch)
|
||||
$(call APPLY_FILE,user32-FindWindowEx/0003-user32-Avoid-sending-window-messages-in-FindWindowEx.patch)
|
||||
@( \
|
||||
echo '+ { "user32-FindWindowEx", "Sebastian Lackner", "Avoid sending window messages in FindWindowExW." },'; \
|
||||
) > user32-FindWindowEx.ok
|
||||
|
||||
# Patchset user32-GetSystemMetrics
|
||||
# |
|
||||
# | Included patches:
|
||||
|
||||
Reference in New Issue
Block a user