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

This commit is contained in:
Michael Stefaniuc 2011-10-31 21:45:55 +01:00 committed by Alexandre Julliard
parent 8bd54c56e7
commit e443948d94
1 changed files with 1 additions and 1 deletions

View File

@ -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