size optimization

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4253 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-09-09 14:29:12 +00:00
parent 8b91e361ca
commit 0bca3c8255
2 changed files with 11 additions and 14 deletions

View file

@ -2,7 +2,8 @@
#define ___COMPONENTS_H___
void NSISCALL SectionFlagsChanged(unsigned int index);
void NSISCALL RefreshSectionGroups();
#define RefreshSectionGroups() _RefreshSectionGroups(0, 0)
unsigned int NSISCALL _RefreshSectionGroups(unsigned int i, int not_first_call);
#ifdef NSIS_CONFIG_COMPONENTPAGE
void NSISCALL SetInstType(int inst_type);
unsigned int NSISCALL GetInstType(HTREEITEM *items);