maded entire file conditionally compile #if defined(GC_LEAK_DETECTOR). bug=15906, r=alecf

This commit is contained in:
beard%netscape.com 1999-10-16 00:02:26 +00:00
parent 4dd75b9a42
commit c12c754691

View File

@ -20,6 +20,8 @@
* Patrick C. Beard <beard@netscape.com>
*/
#if defined(GC_LEAK_DETECTOR)
#include "nsLeakDetector.h"
#include "nsComponentManager.h"
#include "nsIGenericFactory.h"
@ -117,3 +119,5 @@ nsresult NS_ShutdownLeakDetector()
return NS_OK;
}
#endif /* defined(GC_LEAK_DETECTOR) */