10 lines
294 B
C
10 lines
294 B
C
![]() |
#ifndef ___COMPONENTS_H___
|
||
|
#define ___COMPONENTS_H___
|
||
|
|
||
|
void NSISCALL SectionFlagsChanged(unsigned int index);
|
||
|
unsigned int NSISCALL RefreshSectionGroups(unsigned int i);
|
||
|
void NSISCALL SetInstType(int inst_type);
|
||
|
unsigned int NSISCALL GetInstType(HTREEITEM *items);
|
||
|
|
||
|
#endif//!___COMPONENTS_H___
|