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