From 7db799be4deddc2f69ef4f24589d01db9a84ca0b Mon Sep 17 00:00:00 2001 From: "peterlubczynski%netscape.com" Date: Tue, 1 Oct 2002 18:30:56 +0000 Subject: [PATCH] Moving FORCE_PR_LOG to nsPluginLogging.h, bug 170876 r=serge, sr=alecf git-svn-id: svn://10.0.0.236/trunk@130895 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/public/nsPluginLogging.h | 3 +++ mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/mozilla/modules/plugin/base/public/nsPluginLogging.h b/mozilla/modules/plugin/base/public/nsPluginLogging.h index cf160baa7b1..b2c907c22f2 100644 --- a/mozilla/modules/plugin/base/public/nsPluginLogging.h +++ b/mozilla/modules/plugin/base/public/nsPluginLogging.h @@ -40,6 +40,9 @@ #ifndef nsPluginLogging_h__ #define nsPluginLogging_h__ +#define FORCE_PR_LOG /* Allow logging in the release build */ +#define PR_LOGGING 1 + #ifdef PR_LOGGING #include "prlog.h" diff --git a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp index 8991d54ac42..7ca625c1bd8 100644 --- a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -39,11 +39,6 @@ /* nsPluginHostImpl.cpp - bulk of code for managing plugins */ -/* XdpX Really really force prlogging*/ -#define FORCE_PR_LOG /* Allow logging in the release build */ -#define PR_LOGGING 1 -#include "prlog.h" - #include "nscore.h" #include "nsPluginHostImpl.h" #include "nsPluginProxyImpl.h"