ole32: Drop 'inline' from a function using sigsetjmp.
This commit is contained in:
parent
e443948d94
commit
e68643f1a1
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue