Bug 511718 - Fix compiler warnings about redefining LOG in necko; r=cbiesinger

This commit is contained in:
Jason Duell 2009-08-21 00:55:07 +02:00
parent 40eb131c1b
commit f7394c2c36

View File

@ -178,6 +178,8 @@ NS_GENERIC_FACTORY_SINGLETON_CONSTRUCTOR(nsCookieService, nsCookieService::GetSi
#ifdef NECKO_WIFI
#include "nsWifiMonitor.h"
#undef LOG
#undef LOG_ENABLED
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWifiMonitor)
#endif
@ -223,6 +225,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsFtpProtocolHandler, Init)
#ifdef NECKO_PROTOCOL_http
// http/https
#include "nsHttpHandler.h"
#undef LOG
#undef LOG_ENABLED
#include "nsHttpAuthManager.h"
#include "nsHttpBasicAuth.h"
#include "nsHttpDigestAuth.h"