mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
Fixing printf problem with MOZ_TIMER_DEBUGLOG
This commit is contained in:
parent
bf11d32788
commit
02371534f1
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user