Added def for NS_GetLog for optimized builds

This commit is contained in:
warren%netscape.com 2000-10-28 01:58:42 +00:00
Родитель 31b979884d
Коммит 936b5b752a
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -721,4 +721,12 @@ nsFileLogEventSink::Flush(nsILog* log)
////////////////////////////////////////////////////////////////////////////////
#else
PR_IMPLEMENT(nsILog*)
NS_GetLog(const char* name, PRUint32 controlFlags)
{
return NULL:
}
#endif // NS_ENABLE_LOGGING