user32-FindWindowEx: Mark bug 27282 as fixed.

This commit is contained in:
Sebastian Lackner
2014-11-12 18:04:49 +01:00
parent ed7e1530b5
commit a9b0616fc8
3 changed files with 6 additions and 1 deletions

View File

@@ -1671,6 +1671,9 @@ user32-Dialog_Paint_Event.ok:
# | Included patches:
# | * Avoid sending window messages in FindWindowExW. [by Sebastian Lackner]
# |
# | This patchset fixes the following Wine bugs:
# | * [#27282] Avoid sending window messages in FindWindowExW
# |
# | Modified files:
# | * dlls/user32/tests/win.c, dlls/user32/win.c
# |

View File

@@ -1,3 +1,4 @@
Author: Sebastian Lackner
Subject: Avoid sending window messages in FindWindowExW.
Revision: 1
Fixes: [27282] Avoid sending window messages in FindWindowExW