oleaut32: Replace inline static with static inline.
This commit is contained in:
parent
24a197490c
commit
cae5c216a5
|
@ -144,7 +144,7 @@ static HRESULT VARIANT_FromDisp(IDispatch* pdispIn, LCID lcid, void* pOut,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inline return type */
|
/* Inline return type */
|
||||||
#define RETTYP inline static HRESULT
|
#define RETTYP static inline HRESULT
|
||||||
|
|
||||||
|
|
||||||
/* Simple compiler cast from one type to another */
|
/* Simple compiler cast from one type to another */
|
||||||
|
|
Loading…
Reference in New Issue