Commit f03d251e authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

riched20: Use BOOL type where appropriate.

parent e21abfe0
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment