Wrap FORCE_PR_LOG with MOZ_LOGGING ifdef so that --disable-logging works.

Bug #243870 r=biesi
This commit is contained in:
cls%seawood.org 2006-04-13 17:03:18 +00:00
Родитель 8b6483cced
Коммит 876c2abe77
1 изменённых файлов: 3 добавлений и 0 удалений

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

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