[INCLUDE/WINE] Use __builtin_ffs in the clang-cl build. CORE-11799 (#94)

This commit is contained in:
Amine Khaldi 2017-10-27 23:55:59 +01:00
parent ce4ecd604d
commit d3e83d7d5e

View file

@ -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)