riched20: Use BOOL type where appropriate.

oldstable
Frédéric Delanoy 2013-10-07 22:49:37 +02:00 committed by Alexandre Julliard
parent e21abfe07a
commit f03d251ef2
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}