mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-02 14:24:22 +00:00
Added plugin headers. These are still #ifdef'd out for backwards compatibility
This commit is contained in:
parent
1f06f7d982
commit
dfc23e5895
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user