Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98

Explorer.
This commit is contained in:
Ian Schmidt 1999-05-23 09:28:52 +00:00 committed by Alexandre Julliard
parent dead0e1da0
commit beed983be6

View file

@ -1087,7 +1087,7 @@ HRESULT WINAPI RunDLL_CallEntry16(DWORD v, DWORD w, DWORD x, DWORD y, DWORD z)
* shell32_654 [SHELL32.654]
*
*/
HRESULT shell32_654 (DWORD x, DWORD y)
HRESULT WINAPI shell32_654 (DWORD x, DWORD y)
{ FIXME(shell,"0x%08lx 0x%08lx stub\n",x,y);
return 0;
}