Commit 1450924e authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

user32/tests: Ignore WM_WININICHANGE message in test sequences.

Tests sometimes fail because of an unexpected 0x001a message. Signed-off-by: 's avatarRémi Bernon <rbernon@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 8134b8b6
......@@ -2085,7 +2085,8 @@ static BOOL ignore_message( UINT message )
message == WM_TIMECHANGE ||
message == WM_DISPLAYCHANGE ||
message == WM_DEVICECHANGE ||
message == WM_DWMNCRENDERINGCHANGED);
message == WM_DWMNCRENDERINGCHANGED ||
message == WM_WININICHANGE);
}
static unsigned hash_Ly_W(const WCHAR *str)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment