comctl32: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-11-09 11:03:39 +01:00 committed by Alexandre Julliard
parent ca4b3f0f73
commit 5dfe1b0cfe

View file

@ -94,8 +94,8 @@ typedef struct
INT idCommand;
BYTE fsState;
BYTE fsStyle;
BYTE bHot;
BYTE bDropDownPressed;
BOOL bHot;
BOOL bDropDownPressed;
DWORD_PTR dwData;
INT_PTR iString;
INT nRow;