remove unnecessary NDEBUG definitions. freeldr has it's own debugging system.
authorGed Murphy <gedmurphy@reactos.org>
Tue, 22 May 2007 11:00:00 +0000 (11:00 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Tue, 22 May 2007 11:00:00 +0000 (11:00 +0000)
svn path=/trunk/; revision=26867

27 files changed:
reactos/boot/freeldr/freeldr/cache/blocklist.c
reactos/boot/freeldr/freeldr/cache/cache.c
reactos/boot/freeldr/freeldr/disk/disk.c
reactos/boot/freeldr/freeldr/disk/partition.c
reactos/boot/freeldr/freeldr/drivemap.c
reactos/boot/freeldr/freeldr/freeldr.c
reactos/boot/freeldr/freeldr/fs/ext2.c
reactos/boot/freeldr/freeldr/fs/fat.c
reactos/boot/freeldr/freeldr/fs/fs.c
reactos/boot/freeldr/freeldr/fs/fsrec.c
reactos/boot/freeldr/freeldr/fs/iso.c
reactos/boot/freeldr/freeldr/fs/ntfs.c
reactos/boot/freeldr/freeldr/inifile/inifile.c
reactos/boot/freeldr/freeldr/inifile/parse.c
reactos/boot/freeldr/freeldr/linuxboot.c
reactos/boot/freeldr/freeldr/mm/meminit.c
reactos/boot/freeldr/freeldr/mm/mm.c
reactos/boot/freeldr/freeldr/reactos/binhive.c
reactos/boot/freeldr/freeldr/reactos/reactos.c
reactos/boot/freeldr/freeldr/reactos/registry.c
reactos/boot/freeldr/freeldr/reactos/setupldr.c
reactos/boot/freeldr/freeldr/ui/ui.c
reactos/boot/freeldr/freeldr/windows/conversion.c
reactos/boot/freeldr/freeldr/windows/peloader.c
reactos/boot/freeldr/freeldr/windows/winldr.c
reactos/boot/freeldr/freeldr/windows/wlmemory.c
reactos/boot/freeldr/freeldr/windows/wlregistry.c

index 9478dba..a7af67b 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 // Returns a pointer to a CACHE_BLOCK structure
index eaf024f..c8b6003 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 ///////////////////////////////////////////////////////////////////////////////////////
index 1380849..fa94dbc 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 #undef  UNIMPLEMENTED
index 80feb1e..bf3a2cb 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 BOOLEAN DiskGetActivePartitionEntry(ULONG DriveNumber,
index 7e82f13..8518159 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 #ifdef __i386__
index 3df6739..55dec88 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 VOID BootMain(LPSTR CmdLine)
index 78d929c..e82879b 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 GEOMETRY                       Ext2DiskGeometry;                               // Ext2 file system disk geometry
index 2f2cb3b..14cf1d4 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 ULONG                  BytesPerSector;                 /* Number of bytes per sector */
index b45698b..a665438 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 /////////////////////////////////////////////////////////////////////////////////////////////
index 32a7354..b341877 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 /////////////////////////////////////////////////////////////////////////////////////////////
index 2f475a7..3f344bd 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 #define SECTORSIZE 2048
index 5ef54ac..8ee5e1d 100644 (file)
@@ -24,8 +24,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 PNTFS_BOOTSECTOR NtfsBootSector;
index f4c9869..71ad206 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 BOOLEAN IniOpenSection(PCSTR SectionName, ULONG* SectionId)
index b18fcf7..1427957 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 PINI_SECTION           IniFileSectionListHead = NULL;
index 5c086ef..b48eb7c 100644 (file)
@@ -19,8 +19,6 @@
 
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 #ifdef __i386__
index fee5689..90c8b3a 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 #ifdef DBG
index badc23b..b510f9a 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 ULONG                  AllocationCount = 0;
index 520e4f4..8e0e2ae 100644 (file)
@@ -21,8 +21,6 @@
 
 #include <freeldr.h>
 #include <cmlib.h>
-
-#define NDEBUG
 #include <debug.h>
 
 /* FUNCTIONS ****************************************************************/
index cd459d6..4a74892 100644 (file)
@@ -20,8 +20,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 ROS_LOADER_PARAMETER_BLOCK LoaderBlock;
index 56fc577..89c4404 100644 (file)
@@ -19,8 +19,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 static FRLDRHKEY RootKey;
index fa1244f..d47083d 100644 (file)
@@ -20,8 +20,6 @@
 
 #define _NTSYSTEM_
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 ROS_LOADER_PARAMETER_BLOCK LoaderBlock;
index 3564f46..dc22246 100644 (file)
@@ -18,8 +18,6 @@
  */
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 
index a42184b..18395ce 100644 (file)
@@ -11,8 +11,6 @@
 #include <freeldr.h>
 
 //#include <ndk/ldrtypes.h>
-
-#define NDEBUG
 #include <debug.h>
 
 /* FUNCTIONS **************************************************************/
index 2aeb30f..0e1416f 100644 (file)
@@ -15,8 +15,6 @@
 
 /* INCLUDES ***************************************************************/
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 /* FUNCTIONS **************************************************************/
index 33e51b1..5d3e2ef 100644 (file)
@@ -22,8 +22,6 @@
 #include <freeldr.h>
 
 #include <ndk/ldrtypes.h>
-
-//#define NDEBUG
 #include <debug.h>
 
 //FIXME: Do a better way to retrieve Arc disk information
index 8e78c19..7e150e2 100644 (file)
@@ -11,8 +11,6 @@
 #include <freeldr.h>
 
 #include <ndk/asm.h>
-
-#define NDEBUG
 #include <debug.h>
 
 extern ULONG TotalNLSSize;
index b7737d8..81e67cc 100644 (file)
@@ -9,8 +9,6 @@
 /* INCLUDES ***************************************************************/
 
 #include <freeldr.h>
-
-#define NDEBUG
 #include <debug.h>
 
 // The only global var here, used to mark mem pages as NLS in WinLdrTurnOnPaging()