From 399fd53444b282808e3536e27ad070ec5c96c386 Mon Sep 17 00:00:00 2001 From: "scullin%netscape.com" Date: Tue, 21 Jul 1998 20:18:42 +0000 Subject: [PATCH] Add field for modular netlib data to MWContext (sigh). git-svn-id: svn://10.0.0.236/trunk@6096 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/structs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/include/structs.h b/mozilla/include/structs.h index e32a3af4701..0e4dc6f1cb7 100644 --- a/mozilla/include/structs.h +++ b/mozilla/include/structs.h @@ -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 };