From dfc23e5895d7b781d4295642da6db5e7d3a615d7 Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Mon, 18 Jan 1999 22:38:46 +0000 Subject: [PATCH] Added plugin headers. These are still #ifdef'd out for backwards compatibility --- webshell/embed/ActiveX/StdAfx.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webshell/embed/ActiveX/StdAfx.h b/webshell/embed/ActiveX/StdAfx.h index 0385023b5f05..568ec580c08e 100644 --- a/webshell/embed/ActiveX/StdAfx.h +++ b/webshell/embed/ActiveX/StdAfx.h @@ -97,6 +97,14 @@ typedef std::basic_string tstring; #include "MozillaBrowser.h" #include "WebShellContainer.h" +#ifdef USE_PLUGIN +#include "nsIFactory.h" +#include "nsIPlugin.h" +#include "nsIPluginInstance.h" +#include "ControlSite.h" +#include "ActiveXPlugin.h" +#include "ActiveXPluginInstance.h" +#endif //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line.