Commit 441bc635 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

urlmon: Move 'inline' right after the storage specifier.

parent 0eb5893e
......@@ -214,7 +214,7 @@ static void push_task(BindProtocol *This, task_header_t *task, task_proc_t proc)
}
}
static BOOL inline do_direct_notif(BindProtocol *This)
static inline BOOL do_direct_notif(BindProtocol *This)
{
return !(This->pi & PI_APARTMENTTHREADED) || (This->apartment_thread == GetCurrentThreadId() && !This->continue_call);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment