commit | 441bc63538340d3b15d00939eb420a8cde30ad6a | [log] [tgz] |
---|---|---|
author | Michael Stefaniuc <mstefani@redhat.de> | Mon May 18 21:07:41 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue May 19 12:00:20 2009 +0200 |
tree | 5c2bc0537ec927fa167e013af8e89ecd262a0ff6 | |
parent | 0eb5893ea6a34b00700de95c70f2c0d03fe3f648 [diff] |
urlmon: Move 'inline' right after the storage specifier.
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 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); }