2025-04-27 07:49:33 -04:00

16 lines
405 B
C

//---------------------------------------------------------------------------
//
// 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_