oleaut32: Replace inline static with static inline

Andrew Talbot Andrew.Talbot at talbotville.com
Thu Mar 22 13:29:03 CDT 2007


Changelog:
    oleaut32: Replace inline static with static inline.

diff -urN a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c
--- a/dlls/oleaut32/vartype.c	2007-01-16 18:36:47.000000000 +0000
+++ b/dlls/oleaut32/vartype.c	2007-03-22 18:06:26.000000000 +0000
@@ -144,7 +144,7 @@
 }
 
 /* Inline return type */
-#define RETTYP inline static HRESULT
+#define RETTYP static inline HRESULT
 
 
 /* Simple compiler cast from one type to another */



More information about the wine-patches mailing list