mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[INCLUDE/WINE] Use __builtin_ffs in the clang-cl build. CORE-11799 (#94)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user