comctl32: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-22 00:16:08 +02:00 committed by Alexandre Julliard
parent 742c48b348
commit 411ef80ac7

View file

@ -72,7 +72,7 @@ typedef struct
RECT checkbox; /* checkbox allowing the control to be enabled/disabled */
RECT calbutton; /* button that toggles the dropdown of the monthcal control */
BOOL bCalDepressed; /* TRUE = cal button is depressed */
int bDropdownEnabled;
BOOL bDropdownEnabled;
int select;
WCHAR charsEntered[4];
int nCharsEntered;