oleaut32: Replace inline static with static inline.

oldstable
Andrew Talbot 2007-03-22 18:29:03 +00:00 committed by Alexandre Julliard
parent 24a197490c
commit cae5c216a5
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static HRESULT VARIANT_FromDisp(IDispatch* pdispIn, LCID lcid, void* pOut,
}
/* Inline return type */
#define RETTYP inline static HRESULT
#define RETTYP static inline HRESULT
/* Simple compiler cast from one type to another */