Module: wine Branch: master Commit: 441bc63538340d3b15d00939eb420a8cde30ad6a URL: http://source.winehq.org/git/wine.git/?a=commit;h=441bc63538340d3b15d00939eb...
Author: Michael Stefaniuc mstefani@redhat.de Date: Mon May 18 21:07:41 2009 +0200
urlmon: Move 'inline' right after the storage specifier.
---
dlls/urlmon/bindprot.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/urlmon/bindprot.c b/dlls/urlmon/bindprot.c index 74788c1..eceb7e3 100644 --- a/dlls/urlmon/bindprot.c +++ b/dlls/urlmon/bindprot.c @@ -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); }