[INCLUDE:WINE]

- Fix host-tools build with clang

svn path=/trunk/; revision=58248
This commit is contained in:
Thomas Faber 2013-01-28 19:21:29 +00:00
parent 852517d18c
commit 71e05ace6d

View file

@ -24,7 +24,7 @@
#ifdef __cplusplus
#define __WINE_SERVER_LIST_INLINE inline
#else
#if defined(__GNUC__)
#if defined(__GNUC__) && !defined(__clang__)
#define __WINE_SERVER_LIST_INLINE extern __inline__ __attribute__((__always_inline__))
#elif defined(_MSC_VER)
#define __WINE_SERVER_LIST_INLINE __inline