Commit 70296467 authored by Sergei Turchanov's avatar Sergei Turchanov Committed by Alexandre Julliard

Ordinal 342 is really named SHInterlockedCompareExchange.

parent 874e14c5
......@@ -1793,7 +1793,7 @@ HICON WINAPI SHLWAPI_337(LPCWSTR lpszFile, INT nIconIndex, HICON *phiconLarge,
* @ [SHLWAPI.342]
*
*/
LONG WINAPI SHLWAPI_342( PLONG dest, LONG xchg, LONG compare)
LONG WINAPI SHInterlockedCompareExchange( PLONG dest, LONG xchg, LONG compare)
{
return InterlockedCompareExchange(dest, xchg, compare);
}
......
......@@ -351,7 +351,7 @@ debug_channels (shell)
339 forward @ kernel32.GetNumberFormatW
340 forward @ user32.MessageBoxW
341 forward @ kernel32.FindNextFileW
342 stdcall @(ptr long long) SHLWAPI_342
342 stdcall @(ptr long long) SHInterlockedCompareExchange
343 stub @
344 stub @
345 stub @
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment