mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
Explorer.
This commit is contained in:
parent
dead0e1da0
commit
beed983be6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue