28 Mar
2007
28 Mar
'07
11:33 a.m.
Dmitry Timoshkov <dmitry(a)codeweavers.com> writes:
341 stdcall @(long ptr) kernel32.FindNextFileW -342 stdcall -noname SHInterlockedCompareExchange(ptr long long) +# FIXME: 342 should be forwarded to InterlockedCompareExchangePointer +342 stdcall -noname @(ptr long long) kernel32.InterlockedCompareExchange
Then you can't forward it, you should keep the current implementation and make it use InterlockedCompareExchangePointer. -- Alexandre Julliard julliard(a)winehq.org