mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
390 B
15 lines
390 B
//---------------------------------------------------------------------------
|
|
//
|
|
// 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_
|