user32/tests: Use the available ARRAY_SIZE() macro.
commit1694ab087ac8a82da909abde279c40e2285c43b0
authorMichael Stefaniuc <mstefani@winehq.org>
Thu, 28 Jun 2018 16:17:01 +0000 (28 18:17 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 28 Jun 2018 16:27:20 +0000 (28 18:27 +0200)
treeb690c7beadf46d5bec2563485083028837d5b50f
parentb03e800fe1a782889a2c6a0e7a935b1c223f086c
user32/tests: Use the available ARRAY_SIZE() macro.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
19 files changed:
dlls/user32/tests/class.c
dlls/user32/tests/clipboard.c
dlls/user32/tests/combo.c
dlls/user32/tests/cursoricon.c
dlls/user32/tests/dde.c
dlls/user32/tests/dialog.c
dlls/user32/tests/edit.c
dlls/user32/tests/input.c
dlls/user32/tests/listbox.c
dlls/user32/tests/menu.c
dlls/user32/tests/monitor.c
dlls/user32/tests/msg.c
dlls/user32/tests/resource.c
dlls/user32/tests/scroll.c
dlls/user32/tests/sysparams.c
dlls/user32/tests/text.c
dlls/user32/tests/uitools.c
dlls/user32/tests/win.c
dlls/user32/tests/wsprintf.c