Added plugin headers. These are still #ifdef'd out for backwards compatibility

This commit is contained in:
locka%iol.ie 1999-01-18 22:38:46 +00:00
parent 1f06f7d982
commit dfc23e5895

View File

@ -97,6 +97,14 @@ typedef std::basic_string<TCHAR> 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.