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; INT idCommand;
BYTE fsState; BYTE fsState;
BYTE fsStyle; BYTE fsStyle;
BYTE bHot; BOOL bHot;
BYTE bDropDownPressed; BOOL bDropDownPressed;
DWORD_PTR dwData; DWORD_PTR dwData;
INT_PTR iString; INT_PTR iString;
INT nRow; INT nRow;