Commit in reactos/ntoskrnl/mm on MAIN | |||
elf.c | +2 | -2 | 1.2 -> 1.3 |
Disable debug messages
diff -u -r1.2 -r1.3 --- elf.c 30 Dec 2004 05:59:11 -0000 1.2 +++ elf.c 30 Dec 2004 08:13:00 -0000 1.3 @@ -1,9 +1,9 @@
-/* $Id: elf.c,v 1.2 2004/12/30 05:59:11 hyperion Exp $
+/* $Id: elf.c,v 1.3 2004/12/30 08:13:00 hyperion Exp $
*/ #include <ntoskrnl.h>
-/*#define NDEBUG*/
+#define NDEBUG
#include <internal/debug.h> #include <reactos/exeformat.h>