Skip to content
Snippets Groups Projects
Commit 70296467 authored by Sergey Turchanov's avatar Sergey Turchanov Committed by Alexandre Julliard
Browse files

Ordinal 342 is really named SHInterlockedCompareExchange.

parent 874e14c5
Branches
Tags
No related merge requests found
......@@ -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 @
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment