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

Alexandre Julliard julliard at winehq.org
Tue Nov 1 13:23:17 CDT 2011


Module: wine
Branch: master
Commit: e443948d94b3c4cac9ca5e49339af19aa627bebf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e443948d94b3c4cac9ca5e49339af19aa627bebf

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon Oct 31 21:45:55 2011 +0100

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

---

 dlls/comctl32/imagelist.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c
index bd706ac..accbf58 100644
--- a/dlls/comctl32/imagelist.c
+++ b/dlls/comctl32/imagelist.c
@@ -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




More information about the wine-cvs mailing list