Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 2344 of file write_msft.c.
Referenced by create_msft_typelib().
{ char *str = get_attrp( typelib->typelib->attrs, ATTR_HELPFILE ); if (str) { int offset = ctl2_alloc_string(typelib, str); if (offset != -1) { typelib->typelib_header.helpfile = offset; typelib->typelib_header.varflags |= 0x10; } } }