comctl32: Use BOOL type where appropriate.
This commit is contained in:
parent
ca4b3f0f73
commit
5dfe1b0cfe
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user