- fix PickIconDlg prototype

svn path=/trunk/; revision=29540
This commit is contained in:
Johannes Anderwald 2007-10-12 15:17:55 +00:00
parent 1b769acf24
commit 499e470b9f
2 changed files with 3 additions and 9 deletions

View file

@ -62,9 +62,9 @@ static void FillList (HWND, char *) ;
*/
BOOL WINAPI PickIconDlg(
HWND hwndOwner,
LPSTR lpstrFile,
DWORD nMaxFile,
LPDWORD lpdwIconIndex)
LPWSTR lpstrFile,
UINT nMaxFile,
INT* lpdwIconIndex)
{
FIXME("(%p,%s,%08x,%p):stub.\n",
hwndOwner, lpstrFile, nMaxFile,lpdwIconIndex);

View file

@ -84,12 +84,6 @@ BOOL WINAPI StrRetToStrNW(LPWSTR,DWORD,LPSTRRET,const ITEMIDLIST*);
* Shell Common Dialogs
*/
BOOL WINAPI PickIconDlg(
HWND hwndOwner,
LPSTR lpstrFile,
DWORD nMaxFile,
LPDWORD lpdwIconIndex);
/* RunFileDlg flags */
#define RFF_NOBROWSE 0x01
#define RFF_NODEFAULT 0x02