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

Michael Stefaniuc mstefani at redhat.de
Mon May 18 14:07:41 CDT 2009


---
 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 7231ae6..10efe9d 100644
--- a/dlls/urlmon/bindprot.c
+++ b/dlls/urlmon/bindprot.c
@@ -210,7 +210,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);
 }
-- 
1.6.0.6



More information about the wine-patches mailing list