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

This commit is contained in:
Michael Stefaniuc 2009-05-18 21:07:41 +02:00 committed by Alexandre Julliard
parent 0eb5893ea6
commit 441bc63538
1 changed files with 1 additions and 1 deletions

View File

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