comctl32: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-10 21:52:45 +02:00 committed by Alexandre Julliard
parent f6677602e3
commit d12c0d67ae
1 changed files with 1 additions and 1 deletions

View File

@ -1541,7 +1541,7 @@ BOOL WINAPI MirrorIcon(HICON *phicon1, HICON *phicon2)
return FALSE;
}
static inline int IsDelimiter(WCHAR c)
static inline BOOL IsDelimiter(WCHAR c)
{
switch(c)
{