From bd546c8cefecfdde7bb6a938668e6af35845a965 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Sat, 28 Oct 2000 01:00:10 +0000 Subject: [PATCH] Fixed PR_LOG problem. --- modules/libutil/src/stopwatch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/libutil/src/stopwatch.cpp b/modules/libutil/src/stopwatch.cpp index d9a841d743e..05ace8a7aa2 100644 --- a/modules/libutil/src/stopwatch.cpp +++ b/modules/libutil/src/stopwatch.cpp @@ -9,6 +9,7 @@ #include "windows.h" #endif #include "nslog.h" +#undef PR_LOG NS_IMPL_LOG(stopwatchLog) #define PRINTF NS_LOG_PRINTF(stopwatchLog)