New stub shell_654.
This commit is contained in:
parent
99b118a216
commit
ddecd8a92f
|
@ -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);
|
{ FIXME(shell,"0x%04lx 0x%04lx 0x%04lx 0x%04lx 0x%04lx stub\n",v,w,x,y,z);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HRESULT shell32_654 (DWORD x, DWORD y)
|
||||||
|
{ FIXME(shell,"0x%08lx 0x%08lx stub\n",x,y);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
|
@ -367,7 +367,7 @@ init Shell32LibMain
|
||||||
651 stdcall ReadCabinetState (long long) ReadCabinetState
|
651 stdcall ReadCabinetState (long long) ReadCabinetState
|
||||||
652 stdcall WriteCabinetState (long) WriteCabinetState
|
652 stdcall WriteCabinetState (long) WriteCabinetState
|
||||||
653 stdcall PathProcessCommand (long long long long) PathProcessCommand
|
653 stdcall PathProcessCommand (long long long long) PathProcessCommand
|
||||||
|
654 stdcall shell32_654 (long long) shell32_654
|
||||||
660 stdcall FileIconInit (long) FileIconInit
|
660 stdcall FileIconInit (long) FileIconInit
|
||||||
|
|
||||||
680 stdcall IsUserAdmin () IsUserAdmin
|
680 stdcall IsUserAdmin () IsUserAdmin
|
||||||
|
|
Loading…
Reference in New Issue