Author: jgardou Date: Sat Oct 30 13:04:29 2010 New Revision: 49352
URL: http://svn.reactos.org/svn/reactos?rev=49352&view=rev Log: revert unwanted change
Modified: branches/cmake-bringup/boot/freeldr/freeldr/debug.c
Modified: branches/cmake-bringup/boot/freeldr/freeldr/debug.c URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/boot/freeldr/freel... ============================================================================== --- branches/cmake-bringup/boot/freeldr/freeldr/debug.c [iso-8859-1] (original) +++ branches/cmake-bringup/boot/freeldr/freeldr/debug.c [iso-8859-1] Sat Oct 30 13:04:29 2010 @@ -25,9 +25,9 @@
//#define DEBUG_ALL //#define DEBUG_INIFILE -#define DEBUG_REACTOS +//#define DEBUG_REACTOS //#define DEBUG_CUSTOM -//#define DEBUG_NONE +#define DEBUG_NONE
#if defined (DEBUG_ALL) ULONG DebugPrintMask = DPRINT_WARNING | DPRINT_MEMORY | DPRINT_FILESYSTEM |