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:
pierre%netscape.com
1998-07-28 07:56:55 +00:00
parent d98b37220d
commit c88159a432
2 changed files with 16 additions and 0 deletions

View File

@@ -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

View File

@@ -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