Commit beed983b authored by Ian Schmidt's avatar Ian Schmidt Committed by Alexandre Julliard

Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98

Explorer.
parent dead0e1d
......@@ -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;
}
......
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