Fixing printf problem with MOZ_TIMER_DEBUGLOG

This commit is contained in:
warren%netscape.com 2000-10-28 10:11:27 +00:00
Родитель 7875ad0f9b
Коммит 8921b016fa
3 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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