From 24a197490c73990085c397adaf4c86c77a92294f Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Thu, 22 Mar 2007 18:24:53 +0000 Subject: [PATCH] ole32: Replace inline static with static inline. --- dlls/ole32/marshal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ole32/marshal.c b/dlls/ole32/marshal.c index 490b76291fb..55afade4656 100644 --- a/dlls/ole32/marshal.c +++ b/dlls/ole32/marshal.c @@ -68,7 +68,7 @@ static HRESULT unmarshal_object(const STDOBJREF *stdobjref, APARTMENT *apt, * 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; CLSID clsid;