Commit cae5c216 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

oleaut32: Replace inline static with static inline.

parent 24a19749
...@@ -144,7 +144,7 @@ static HRESULT VARIANT_FromDisp(IDispatch* pdispIn, LCID lcid, void* pOut, ...@@ -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 */
......
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