ole32: Replace inline static with static inline.

This commit is contained in:
Andrew Talbot 2007-03-22 18:24:53 +00:00 committed by Alexandre Julliard
parent 1e8e0a4ed2
commit 24a197490c
1 changed files with 1 additions and 1 deletions

View File

@ -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;