Module: wine Branch: master Commit: 24a197490c73990085c397adaf4c86c77a92294f URL: http://source.winehq.org/git/wine.git/?a=commit;h=24a197490c73990085c397adaf... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Thu Mar 22 18:24:53 2007 +0000 ole32: Replace inline static with static inline. --- dlls/ole32/marshal.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ole32/marshal.c b/dlls/ole32/marshal.c index 490b762..55afade 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;