mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[INCLUDE:WINE]
- Fix host-tools build with clang svn path=/trunk/; revision=58248
This commit is contained in:
parent
852517d18c
commit
71e05ace6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue