comctl32/tests: Print id value as decimal.
commita99c1ee76401ac25142b0eb1a9590a7391c4f1e1
authorDmitry Timoshkov <dmitry@baikal.ru>
Fri, 11 Feb 2022 14:24:31 +0000 (11 17:24 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 21 Feb 2022 11:32:06 +0000 (21 12:32 +0100)
treed10f0467cb86f1fc330c6f7efae1d314010314eb
parentbf42dca35f05bce9996e91f59cc47b5a9e6996b2
comctl32/tests: Print id value as decimal.

All the notification codes (printed as an id) have negative base value
(SBN_, UDN_, HDN_, BCN_, TBN_, TTN_, RBN_, TRBN_, PGN_, TVN_, LVN_, TCN_,
CBEN_, IPN_, MCN_, DTN_), and printing them as decimal helps to quickly
identify the corresponding notification value in cases when an id in
the message sequence doesn't match. Custom ids in the message sequences
have small numbers (0, 1, 2, ...), so they also get printed correctly.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/comctl32/tests/msg.h