comctl32/listbox: Fix debug channel name.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fbe44c5762
commit
e84742abcc
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include "comctl32.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(listbox2);
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(listbox);
|
||||
|
||||
/* Items array granularity */
|
||||
#define LB_ARRAY_GRANULARITY 16
|
||||
|
|
Loading…
Reference in New Issue