mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- add PickIconDlg declaration
svn path=/trunk/; revision=29539
This commit is contained in:
parent
d85b18bd0a
commit
1b769acf24
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ int WINAPI SHMapPIDLToSystemImageListIndex(IShellFolder*,LPCITEMIDLIST,
|
|||
HRESULT WINAPI SHStartNetConnectionDialog(HWND,LPCSTR,DWORD);
|
||||
VOID WINAPI SHUpdateImageA(LPCSTR,INT,UINT,INT);
|
||||
VOID WINAPI SHUpdateImageW(LPCWSTR,INT,UINT,INT);
|
||||
INT WINAPI PickIconDlg(HWND,LPWSTR,UINT,int *);
|
||||
#define SHUpdateImage WINELIB_NAME_AW(SHUpdateImage)
|
||||
int WINAPI RestartDialog(HWND,LPCWSTR,DWORD);
|
||||
int WINAPI RestartDialogEx(HWND,LPCWSTR,DWORD,DWORD);
|
||||
|
|
Loading…
Reference in a new issue