Commit in reactos/lib/kernel32/file on MAIN | |||
volume.c | +2 | -2 | 1.39 -> 1.40 |
Silence debug messages
diff -u -r1.39 -r1.40 --- volume.c 21 Feb 2004 16:36:02 -0000 1.39 +++ volume.c 25 Feb 2004 09:55:30 -0000 1.40 @@ -1,4 +1,4 @@
-/* $Id: volume.c,v 1.39 2004/02/21 16:36:02 jfilby Exp $
+/* $Id: volume.c,v 1.40 2004/02/25 09:55:30 gvg Exp $
* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries
@@ -21,7 +21,7 @@
#include <k32.h>
-//#define NDEBUG
+#define NDEBUG
#include "../include/debug.h"