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