Sync with trunk revision 64099.
[reactos.git] / include / reactos / wine / list.h
index 0cbbdc6..05b2df3 100644 (file)
@@ -24,8 +24,8 @@
 #ifdef __cplusplus
 #define __WINE_SERVER_LIST_INLINE inline
 #else
-#if defined(__GNUC__) && !defined(__clang__)
-#define __WINE_SERVER_LIST_INLINE extern __inline__ __attribute__((__always_inline__))
+#if defined(__GNUC__)
+#define __WINE_SERVER_LIST_INLINE extern __inline__ __attribute__((__always_inline__,__gnu_inline__))
 #elif defined(_MSC_VER)
 #define __WINE_SERVER_LIST_INLINE __inline
 #else