ntdll: Use the ARRAY_SIZE() macro.
commit10f23ddb58b0583c8bce99e59d879c653b389363
authorMichael Stefaniuc <mstefani@winehq.org>
Thu, 2 Aug 2018 19:54:37 +0000 (2 21:54 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 14 Aug 2018 08:15:59 +0000 (14 10:15 +0200)
treef15531f537aec346e857ce74ec42d8fcd2f3c960
parentd509b1579ef46638875cc87ec29f937123f8f52c
ntdll: Use the ARRAY_SIZE() macro.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
16 files changed:
dlls/ntdll/actctx.c
dlls/ntdll/cdrom.c
dlls/ntdll/debugtools.c
dlls/ntdll/directory.c
dlls/ntdll/file.c
dlls/ntdll/heap.c
dlls/ntdll/loader.c
dlls/ntdll/path.c
dlls/ntdll/relay.c
dlls/ntdll/signal_arm.c
dlls/ntdll/signal_arm64.c
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_powerpc.c
dlls/ntdll/signal_x86_64.c
dlls/ntdll/time.c
dlls/ntdll/virtual.c