Duh. Made a thinko on commenting out the ifdef.

This commit is contained in:
jaggernaut%netscape.com 2002-01-10 06:55:18 +00:00
Родитель 01095fd61b
Коммит 7fe1a20d15
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -76,9 +76,9 @@
#include "prlog.h"
PRLogModuleInfo* nsComponentManagerLog = NULL;
//#if defined(DEBUG_)
#if defined(DEBUG)
#define SHOW_DENIED_ON_SHUTDOWN
//#endif
#endif
#include "nsAutoLock.h"