ole32: Drop 'inline' from a function using sigsetjmp.

This commit is contained in:
Michael Stefaniuc 2011-10-31 21:49:48 +01:00 committed by Alexandre Julliard
parent e443948d94
commit e68643f1a1

View file

@ -168,7 +168,7 @@ static HRESULT create_stream_on_mip_ro(const InterfaceData *mip, IStream **strea
return CreateStreamOnHGlobal(hglobal, TRUE, stream);
}
static inline void rot_entry_delete(struct rot_entry *rot_entry)
static void rot_entry_delete(struct rot_entry *rot_entry)
{
if (rot_entry->cookie)
{