Added def for NS_GetLog for optimized builds

git-svn-id: svn://10.0.0.236/trunk@81916 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-10-28 01:58:42 +00:00
parent 718287e2ad
commit 1b82982835

View File

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