NSIS/Source/exehead/components.h
2005-01-11 16:28:10 +00:00

9 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___