Add field for modular netlib data to MWContext (sigh).

This commit is contained in:
scullin%netscape.com 1998-07-21 20:18:42 +00:00
Родитель 874dd41fd3
Коммит 40343ab7e6
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -331,6 +331,9 @@ struct MWContext_ {
void *ncast_channel_context;
/* if the window is displaying an XML file, keep a pointer to the XML file structure here */
void* xmlfile;
#ifdef MODULAR_NETLIB
URL_Struct* modular_data;
#endif
};