Disabled debug prints

svn path=/trunk/; revision=1133
This commit is contained in:
Phillip Susi 2000-04-23 17:55:21 +00:00
parent 0bb8878fc1
commit cbf17cd791
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
/* $Id: rtl.c,v 1.6 2000/04/07 02:24:00 dwelch Exp $ /* $Id: rtl.c,v 1.7 2000/04/23 17:53:48 phreak Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -22,7 +22,7 @@
#include <internal/teb.h> #include <internal/teb.h>
#include <internal/ldr.h> #include <internal/ldr.h>
//#define NDEBUG #define NDEBUG
#include <internal/debug.h> #include <internal/debug.h>
/* FUNCTIONS ****************************************************************/ /* FUNCTIONS ****************************************************************/

View file

@ -23,7 +23,7 @@
#include <internal/teb.h> #include <internal/teb.h>
#include <internal/ldr.h> #include <internal/ldr.h>
//#define NDEBUG #define NDEBUG
#include <internal/debug.h> #include <internal/debug.h>
#include "syspath.h" #include "syspath.h"