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

comctl32: Use BOOL type where appropriate.

parent f6677602
......@@ -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)
{
......
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