wmc: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-09-28 08:44:58 +02:00 committed by Alexandre Julliard
parent 66a95f6d45
commit bf36cf284e
1 changed files with 1 additions and 1 deletions

View File

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