//---------------------------------------------------------------------------
//
//	File: PICKICON.H
//
//	Support code for the Change Icon dialog.
//
//---------------------------------------------------------------------------

#ifndef _PICKICON_H_
#define _PICKICON_H_

int WINAPI PickIconDlg(HWND hwnd, LPSTR pszIconPath, UINT cbIconPath, int FAR *piIconIndex);


#endif //_PICKICON_H_
