Skip to content
Snippets Groups Projects
Commit beed983b authored by Ian Schmidt's avatar Ian Schmidt Committed by Alexandre Julliard
Browse files

Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98

Explorer.
parent dead0e1d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment