wine/dlls/user32
Zebediah Figura a8c56b1939 user32/tests: Do not stop checking the message list when skipping an optional or unsupported message.
This was either added by accident, or in an attempt to stop checking the message
list once we hit a winevent hook todo [and accidentally given too wide of a
scope]. However, the same commit also uses a global counter to ensure that only
one winevent todo is printed, so we don't need to break in the first hunk
anyway.

For trailing winevent todos, there is no global counter, so instead move the
goto inside the if block.

Fixes: a72bffe768

The test marked todo here was broken by 33617af814, which was hidden due to the above commit.
2023-05-19 09:26:27 -05:00
..
resources
tests user32/tests: Do not stop checking the message list when skipping an optional or unsupported message. 2023-05-19 09:26:27 -05:00
button.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c user32: Ignore WM_IME_COMPOSITION from the IME UI window in DefWindowProc. 2023-04-17 18:55:41 +02:00
desktop.c
dialog.c
edit.c user32/edit: Delegate composition string rendering to the IME UI. 2023-05-15 06:09:54 -05:00
exticon.c
hook.c
icontitle.c
input.c win32u: Keep the current user locale when loading layout. 2023-03-14 18:38:31 +01:00
listbox.c
lstr.c
Makefile.in
mdi.c
menu.c
message.c
misc.c
msgbox.c
nonclient.c
property.c
resource.c
resources.h
scroll.c
static.c
sysparams.c
text.c
uitools.c
user32.rc
user32.spec
user_main.c
user_private.h
win.c
winhelp.c
winproc.c
winstation.c
wsprintf.c