Fixing printf problem with MOZ_TIMER_DEBUGLOG

This commit is contained in:
warren%netscape.com 2000-10-28 10:11:27 +00:00
parent bf11d32788
commit 02371534f1
3 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,8 @@
#include "nsNetUtil.h"
#include "nsIStyleRuleSupplier.h"
#include "nslog.h"
#undef printf
#undef fprintf
NS_IMPL_LOG(nsStyleSetLog)
#define PRINTF NS_LOG_PRINTF(nsStyleSetLog)

View File

@ -38,6 +38,8 @@
#include "nsNetUtil.h"
#include "nsIStyleRuleSupplier.h"
#include "nslog.h"
#undef printf
#undef fprintf
NS_IMPL_LOG(nsStyleSetLog)
#define PRINTF NS_LOG_PRINTF(nsStyleSetLog)

View File

@ -38,6 +38,8 @@
#include "nsNetUtil.h"
#include "nsIStyleRuleSupplier.h"
#include "nslog.h"
#undef printf
#undef fprintf
NS_IMPL_LOG(nsStyleSetLog)
#define PRINTF NS_LOG_PRINTF(nsStyleSetLog)