shrutiv%netscape.com ea2e126f19 Fix for bug 101758: CCK wizard needs to be able to parse "Attributes="
line (r=tao)


git-svn-id: svn://10.0.0.236/trunk@104180 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 01:51:57 +00:00

21 lines
419 B
C

typedef struct s_component {
CString archive;
CString compname;
CString name;
CString desc;
BOOL selected;
BOOL invisible;
BOOL launchapp;
BOOL additional;
BOOL disabled;
BOOL forceupgrade;
BOOL uncompress;
BOOL downloadonly;
BOOL unselected;
BOOL empty;
} COMPONENT;
extern "C" __declspec(dllexport)
int BuildComponentList(COMPONENT *comps, int *compNum, CString iniSrcPath,int invisibleCount);