From: Eric Kohl Date: Sun, 11 Sep 2011 08:52:59 +0000 (+0000) Subject: [MUP] X-Git-Tag: backups/icu4ros-bringup@60647~312 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=36386adb24837a6b7974f67a7c4279d682a95a31 [MUP] Disable debug output. svn path=/trunk/; revision=53683 --- diff --git a/reactos/drivers/filesystems/mup/create.c b/reactos/drivers/filesystems/mup/create.c index ed35368dd64..6a0088bf1a9 100644 --- a/reactos/drivers/filesystems/mup/create.c +++ b/reactos/drivers/filesystems/mup/create.c @@ -29,7 +29,7 @@ #include "mup.h" -//#define NDEBUG +#define NDEBUG #include /* FUNCTIONS ****************************************************************/ diff --git a/reactos/drivers/filesystems/mup/mup.c b/reactos/drivers/filesystems/mup/mup.c index 845b6ba6699..9da6cb75d02 100644 --- a/reactos/drivers/filesystems/mup/mup.c +++ b/reactos/drivers/filesystems/mup/mup.c @@ -29,7 +29,7 @@ #include "mup.h" -//#define NDEBUG +#define NDEBUG #include /* GLOBALS *****************************************************************/