зеркало из https://github.com/mozilla/gecko-dev.git
Wrap FORCE_PR_LOG with MOZ_LOGGING ifdef so that --disable-logging works.
Bug #243870 r=biesi
This commit is contained in:
Родитель
8b6483cced
Коммит
876c2abe77
|
@ -46,7 +46,10 @@
|
|||
* 04/20/2000 IBM Corp. Added PR_CALLBACK for Optlink use in OS2
|
||||
*/
|
||||
|
||||
/* Allow logging in the release build */
|
||||
#ifdef MOZ_LOGGING
|
||||
#define FORCE_PR_LOG
|
||||
#endif
|
||||
|
||||
#include "nsNativeComponentLoader.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче