Dmitry Timoshkov dmitry@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.