Bug 936912 - Build xpcom in unified mode; r=froydnj

This commit is contained in:
Ehsan Akhgari
2013-11-18 21:34:00 -05:00
parent 72408dea83
commit 34ea474629
21 changed files with 67 additions and 18 deletions

View File

@@ -25,6 +25,9 @@ GetThreadPoolLog()
return sLog;
}
#endif
#ifdef LOG
#undef LOG
#endif
#define LOG(args) PR_LOG(GetThreadPoolLog(), PR_LOG_DEBUG, args)
// DESIGN: