renamed some header files > 31 chars but left them ifdef'ed out XP_MAC because of other problems
git-svn-id: svn://10.0.0.236/trunk@6625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -160,7 +160,11 @@
|
||||
*
|
||||
* To obtain: QueryInterface on nsIPluginInstancePeer
|
||||
*/
|
||||
#ifdef XP_MAC
|
||||
/*#include "nsIWindowlessPlugInstPeer.h"*/
|
||||
#else
|
||||
#include "nsIWindowlessPluginInstancePeer.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* A plugin stream peer gets create by the browser and associated with each
|
||||
@@ -216,7 +220,11 @@
|
||||
*
|
||||
* To obtain: QueryInterface on nsIPluginInstancePeer
|
||||
*/
|
||||
#ifdef XP_MAC
|
||||
/*#include "nsILiveConnectPlugInstPeer.h"*/
|
||||
#else
|
||||
#include "nsILiveConnectPluginInstancePeer.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The nsIPluginStreamPeer2 interface provides additional plugin stream
|
||||
|
||||
@@ -160,7 +160,11 @@
|
||||
*
|
||||
* To obtain: QueryInterface on nsIPluginInstancePeer
|
||||
*/
|
||||
#ifdef XP_MAC
|
||||
/*#include "nsIWindowlessPlugInstPeer.h"*/
|
||||
#else
|
||||
#include "nsIWindowlessPluginInstancePeer.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* A plugin stream peer gets create by the browser and associated with each
|
||||
@@ -216,7 +220,11 @@
|
||||
*
|
||||
* To obtain: QueryInterface on nsIPluginInstancePeer
|
||||
*/
|
||||
#ifdef XP_MAC
|
||||
/*#include "nsILiveConnectPlugInstPeer.h"*/
|
||||
#else
|
||||
#include "nsILiveConnectPluginInstancePeer.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The nsIPluginStreamPeer2 interface provides additional plugin stream
|
||||
|
||||
Reference in New Issue
Block a user