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

wmc: Use BOOL type where appropriate.

parent 66a95f6d
......@@ -297,7 +297,7 @@ static void po_xerror2( int severity, po_message_t message1,
static const struct po_xerror_handler po_xerror_handler = { po_xerror, po_xerror2 };
static int is_english( int lan )
static BOOL is_english( int lan )
{
return lan == MAKELANGID( LANG_ENGLISH, SUBLANG_DEFAULT );
}
......
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