riched20: Use BOOL type where appropriate.
This commit is contained in:
parent
e21abfe07a
commit
f03d251ef2
|
@ -253,7 +253,7 @@ HANDLE me_heap = NULL;
|
|||
static BOOL ME_ListBoxRegistered = FALSE;
|
||||
static BOOL ME_ComboBoxRegistered = FALSE;
|
||||
|
||||
static inline int is_version_nt(void)
|
||||
static inline BOOL is_version_nt(void)
|
||||
{
|
||||
return !(GetVersion() & 0x80000000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue