mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
New stub shell_654.
This commit is contained in:
parent
99b118a216
commit
ddecd8a92f
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue