ole32: Replace inline static with static inline

Andrew Talbot Andrew.Talbot at talbotville.com
Thu Mar 22 13:24:53 CDT 2007


Changelog:
    ole32: Replace inline static with static inline.

diff -urN a/dlls/ole32/marshal.c b/dlls/ole32/marshal.c
--- a/dlls/ole32/marshal.c	2007-02-20 13:14:02.000000000 +0000
+++ b/dlls/ole32/marshal.c	2007-03-22 18:03:58.000000000 +0000
@@ -68,7 +68,7 @@
  * IPIDs identify an interface stub and are apartment scoped
  */
 
-inline static HRESULT get_facbuf_for_iid(REFIID riid, IPSFactoryBuffer **facbuf)
+static inline HRESULT get_facbuf_for_iid(REFIID riid, IPSFactoryBuffer **facbuf)
 {
     HRESULT       hr;
     CLSID         clsid;



More information about the wine-patches mailing list