Commit 275d548f authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

user32/tests: Ignore undocumented Win11 message.

parent 19f59ce8
......@@ -160,6 +160,7 @@ static BOOL ignore_message( UINT message, HWND hwnd )
/* these are always ignored */
return (message >= 0xc000 ||
message == 0x0060 || /* Internal undocumented message introduced by Win11 */
message == WM_GETICON ||
message == WM_GETOBJECT ||
message == WM_TIMER ||
......
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