Ordinal 342 is really named SHInterlockedCompareExchange.

This commit is contained in:
Sergei Turchanov 2002-03-19 02:12:05 +00:00 committed by Alexandre Julliard
parent 874e14c57e
commit 7029646708
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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 @