include: Always add defines for the Interlocked* functions.

Jacek Caban jacek at codeweavers.com
Thu Oct 14 15:48:51 CDT 2021


Hi Alexandre,


 > -static FORCEINLINE LONG WINAPI InterlockedIncrement( LONG volatile 
*dest )
 > -{
 > -    return _InterlockedIncrement( (long volatile *)dest );
 > -}


What was wrong with those inlines? Note that the commit removes LONG* to 
long* casts and causes warnings on clang msvc target.


Jacek




More information about the wine-devel mailing list