From c88159a4325db980673aa9c4456b32e0cfd48cf0 Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Tue, 28 Jul 1998 07:56:55 +0000 Subject: [PATCH] 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 --- mozilla/modules/plugin/base/public/nsplugin.h | 8 ++++++++ mozilla/modules/plugin/public/nsplugin.h | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/mozilla/modules/plugin/base/public/nsplugin.h b/mozilla/modules/plugin/base/public/nsplugin.h index d4f349501e0..47417bec7c4 100644 --- a/mozilla/modules/plugin/base/public/nsplugin.h +++ b/mozilla/modules/plugin/base/public/nsplugin.h @@ -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 diff --git a/mozilla/modules/plugin/public/nsplugin.h b/mozilla/modules/plugin/public/nsplugin.h index d4f349501e0..47417bec7c4 100644 --- a/mozilla/modules/plugin/public/nsplugin.h +++ b/mozilla/modules/plugin/public/nsplugin.h @@ -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