load default icon from the stub if the user didn't specify a different icon
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5310 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2adef603c7
commit
ef5e8a1f70
3 changed files with 48 additions and 1 deletions
|
@ -61,6 +61,7 @@ typedef struct
|
|||
typedef std::vector<Icon> IconGroup;
|
||||
|
||||
IconGroup load_icon_file(const char* filename);
|
||||
IconGroup load_icon_res(CResourceEditor* re, WORD id);
|
||||
void free_loaded_icon(IconGroup icon);
|
||||
|
||||
void set_icon(CResourceEditor* re, WORD wIconId, IconGroup icon1, IconGroup icon2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue