gecko-dev/cck/ib/comp.h
shrutiv%netscape.com 111027b902 75230: CCK should be updated to a new release (r=tao)
Parsing the new format of the Comfig.ini file.
2001-05-03 23:29:43 +00:00

14 lines
329 B
C

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