зеркало из https://github.com/mozilla/gecko-dev.git
Added def for NS_GetLog for optimized builds
This commit is contained in:
Родитель
31b979884d
Коммит
936b5b752a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче