[2/2] shlwapi: Match shlwapi wrappers to MSDN descriptions

Alexandre Julliard julliard at winehq.org
Wed Mar 28 05:33:43 CDT 2007


Dmitry Timoshkov <dmitry at 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 at winehq.org



More information about the wine-devel mailing list