Commit e443948d authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

comctl32: Drop 'inline' from a function using sigsetjmp.

parent 8bd54c56
......@@ -3594,7 +3594,7 @@ static const IImageListVtbl ImageListImpl_Vtbl = {
ImageListImpl_GetOverlayImage
};
static inline BOOL is_valid(HIMAGELIST himl)
static BOOL is_valid(HIMAGELIST himl)
{
BOOL valid;
__TRY
......
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