New stub shell_654.

This commit is contained in:
Juergen Schmied 1999-03-25 10:55:43 +00:00 committed by Alexandre Julliard
parent 99b118a216
commit ddecd8a92f
2 changed files with 6 additions and 1 deletions

View file

@ -1258,3 +1258,8 @@ HRESULT WINAPI RunDLL_CallEntry16(DWORD v, DWORD w, DWORD x, DWORD y, DWORD z)
{ FIXME(shell,"0x%04lx 0x%04lx 0x%04lx 0x%04lx 0x%04lx stub\n",v,w,x,y,z);
return 0;
}
HRESULT shell32_654 (DWORD x, DWORD y)
{ FIXME(shell,"0x%08lx 0x%08lx stub\n",x,y);
return 0;
}

View file

@ -367,7 +367,7 @@ init Shell32LibMain
651 stdcall ReadCabinetState (long long) ReadCabinetState
652 stdcall WriteCabinetState (long) WriteCabinetState
653 stdcall PathProcessCommand (long long long long) PathProcessCommand
654 stdcall shell32_654 (long long) shell32_654
660 stdcall FileIconInit (long) FileIconInit
680 stdcall IsUserAdmin () IsUserAdmin