mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:11:48 +00:00
[INCLUDE/WINE] Use __builtin_ffs in the clang-cl build. CORE-11799 (#94)
This commit is contained in:
parent
ce4ecd604d
commit
d3e83d7d5e
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ extern int spawnvp(int mode, const char *cmdname, const char * const argv[]);
|
|||
|
||||
#endif /* __i386___ && __GNUC__ */
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
__forceinline
|
||||
int
|
||||
ffs(int mask)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue