Commit 24a19749 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ole32: Replace inline static with static inline.

parent 1e8e0a4e
...@@ -68,7 +68,7 @@ static HRESULT unmarshal_object(const STDOBJREF *stdobjref, APARTMENT *apt, ...@@ -68,7 +68,7 @@ static HRESULT unmarshal_object(const STDOBJREF *stdobjref, APARTMENT *apt,
* IPIDs identify an interface stub and are apartment scoped * IPIDs identify an interface stub and are apartment scoped
*/ */
inline static HRESULT get_facbuf_for_iid(REFIID riid, IPSFactoryBuffer **facbuf) static inline HRESULT get_facbuf_for_iid(REFIID riid, IPSFactoryBuffer **facbuf)
{ {
HRESULT hr; HRESULT hr;
CLSID clsid; CLSID clsid;
......
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