[NTUSER] Error of co_UserCreateWindowEx should display class name (#5682)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Mon, 11 Sep 2023 21:16:05 +0000 (06:16 +0900)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 21:16:05 +0000 (06:16 +0900)
commitbcd916bd4e1c713b8f0c1d3d17ffe465d8e37282
tree4c8339f8bf06438ada27727ca36b7c65be918a0b
parent1961d708e750b000f966b0be624dfc07cc314e8e
[NTUSER] Error of co_UserCreateWindowEx should display class name (#5682)

The error messsage of co_UserCreateWindowEx
was unfriendly to the debugger.
Show the window class name by using "%wZ" in
co_UserCreateWindowEx.
win32ss/user/ntuser/window.c