diff --git a/reactos/boot/freeldr/freeldr/cache/blocklist.c b/reactos/boot/freeldr/freeldr/cache/blocklist.c index 9478dba7803..a7af67bf7ab 100644 --- a/reactos/boot/freeldr/freeldr/cache/blocklist.c +++ b/reactos/boot/freeldr/freeldr/cache/blocklist.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include // Returns a pointer to a CACHE_BLOCK structure diff --git a/reactos/boot/freeldr/freeldr/cache/cache.c b/reactos/boot/freeldr/freeldr/cache/cache.c index eaf024fbfb4..c8b600342ea 100644 --- a/reactos/boot/freeldr/freeldr/cache/cache.c +++ b/reactos/boot/freeldr/freeldr/cache/cache.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include /////////////////////////////////////////////////////////////////////////////////////// diff --git a/reactos/boot/freeldr/freeldr/disk/disk.c b/reactos/boot/freeldr/freeldr/disk/disk.c index 1380849c2fd..fa94dbc8f13 100644 --- a/reactos/boot/freeldr/freeldr/disk/disk.c +++ b/reactos/boot/freeldr/freeldr/disk/disk.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include #undef UNIMPLEMENTED diff --git a/reactos/boot/freeldr/freeldr/disk/partition.c b/reactos/boot/freeldr/freeldr/disk/partition.c index 80feb1ea668..bf3a2cbfc48 100644 --- a/reactos/boot/freeldr/freeldr/disk/partition.c +++ b/reactos/boot/freeldr/freeldr/disk/partition.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include BOOLEAN DiskGetActivePartitionEntry(ULONG DriveNumber, diff --git a/reactos/boot/freeldr/freeldr/drivemap.c b/reactos/boot/freeldr/freeldr/drivemap.c index 7e82f13eea5..85181591695 100644 --- a/reactos/boot/freeldr/freeldr/drivemap.c +++ b/reactos/boot/freeldr/freeldr/drivemap.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include #ifdef __i386__ diff --git a/reactos/boot/freeldr/freeldr/freeldr.c b/reactos/boot/freeldr/freeldr/freeldr.c index 3df673960ab..55dec88c275 100644 --- a/reactos/boot/freeldr/freeldr/freeldr.c +++ b/reactos/boot/freeldr/freeldr/freeldr.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include VOID BootMain(LPSTR CmdLine) diff --git a/reactos/boot/freeldr/freeldr/fs/ext2.c b/reactos/boot/freeldr/freeldr/fs/ext2.c index 78d929cbe40..e82879be0d4 100644 --- a/reactos/boot/freeldr/freeldr/fs/ext2.c +++ b/reactos/boot/freeldr/freeldr/fs/ext2.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include GEOMETRY Ext2DiskGeometry; // Ext2 file system disk geometry diff --git a/reactos/boot/freeldr/freeldr/fs/fat.c b/reactos/boot/freeldr/freeldr/fs/fat.c index 2f2cb3b59eb..14cf1d4ab98 100644 --- a/reactos/boot/freeldr/freeldr/fs/fat.c +++ b/reactos/boot/freeldr/freeldr/fs/fat.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include ULONG BytesPerSector; /* Number of bytes per sector */ diff --git a/reactos/boot/freeldr/freeldr/fs/fs.c b/reactos/boot/freeldr/freeldr/fs/fs.c index b45698beb46..a6654380043 100644 --- a/reactos/boot/freeldr/freeldr/fs/fs.c +++ b/reactos/boot/freeldr/freeldr/fs/fs.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/reactos/boot/freeldr/freeldr/fs/fsrec.c b/reactos/boot/freeldr/freeldr/fs/fsrec.c index 32a73549a4b..b34187780f8 100644 --- a/reactos/boot/freeldr/freeldr/fs/fsrec.c +++ b/reactos/boot/freeldr/freeldr/fs/fsrec.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include ///////////////////////////////////////////////////////////////////////////////////////////// diff --git a/reactos/boot/freeldr/freeldr/fs/iso.c b/reactos/boot/freeldr/freeldr/fs/iso.c index 2f475a7464c..3f344bd5614 100644 --- a/reactos/boot/freeldr/freeldr/fs/iso.c +++ b/reactos/boot/freeldr/freeldr/fs/iso.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include #define SECTORSIZE 2048 diff --git a/reactos/boot/freeldr/freeldr/fs/ntfs.c b/reactos/boot/freeldr/freeldr/fs/ntfs.c index 5ef54ac4c86..8ee5e1dc04c 100644 --- a/reactos/boot/freeldr/freeldr/fs/ntfs.c +++ b/reactos/boot/freeldr/freeldr/fs/ntfs.c @@ -24,8 +24,6 @@ */ #include - -#define NDEBUG #include PNTFS_BOOTSECTOR NtfsBootSector; diff --git a/reactos/boot/freeldr/freeldr/inifile/inifile.c b/reactos/boot/freeldr/freeldr/inifile/inifile.c index f4c9869af34..71ad20680fb 100644 --- a/reactos/boot/freeldr/freeldr/inifile/inifile.c +++ b/reactos/boot/freeldr/freeldr/inifile/inifile.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include BOOLEAN IniOpenSection(PCSTR SectionName, ULONG* SectionId) diff --git a/reactos/boot/freeldr/freeldr/inifile/parse.c b/reactos/boot/freeldr/freeldr/inifile/parse.c index b18fcf75b02..1427957f29a 100644 --- a/reactos/boot/freeldr/freeldr/inifile/parse.c +++ b/reactos/boot/freeldr/freeldr/inifile/parse.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include PINI_SECTION IniFileSectionListHead = NULL; diff --git a/reactos/boot/freeldr/freeldr/linuxboot.c b/reactos/boot/freeldr/freeldr/linuxboot.c index 5c086ef00fa..b48eb7c6139 100644 --- a/reactos/boot/freeldr/freeldr/linuxboot.c +++ b/reactos/boot/freeldr/freeldr/linuxboot.c @@ -19,8 +19,6 @@ #include - -#define NDEBUG #include #ifdef __i386__ diff --git a/reactos/boot/freeldr/freeldr/mm/meminit.c b/reactos/boot/freeldr/freeldr/mm/meminit.c index fee56893714..90c8b3a493b 100644 --- a/reactos/boot/freeldr/freeldr/mm/meminit.c +++ b/reactos/boot/freeldr/freeldr/mm/meminit.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include #ifdef DBG diff --git a/reactos/boot/freeldr/freeldr/mm/mm.c b/reactos/boot/freeldr/freeldr/mm/mm.c index badc23b4d97..b510f9a251c 100644 --- a/reactos/boot/freeldr/freeldr/mm/mm.c +++ b/reactos/boot/freeldr/freeldr/mm/mm.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include ULONG AllocationCount = 0; diff --git a/reactos/boot/freeldr/freeldr/reactos/binhive.c b/reactos/boot/freeldr/freeldr/reactos/binhive.c index 520e4f4d9be..8e0e2aec403 100644 --- a/reactos/boot/freeldr/freeldr/reactos/binhive.c +++ b/reactos/boot/freeldr/freeldr/reactos/binhive.c @@ -21,8 +21,6 @@ #include #include - -#define NDEBUG #include /* FUNCTIONS ****************************************************************/ diff --git a/reactos/boot/freeldr/freeldr/reactos/reactos.c b/reactos/boot/freeldr/freeldr/reactos/reactos.c index cd459d63b4d..4a748920fd8 100644 --- a/reactos/boot/freeldr/freeldr/reactos/reactos.c +++ b/reactos/boot/freeldr/freeldr/reactos/reactos.c @@ -20,8 +20,6 @@ */ #include - -#define NDEBUG #include ROS_LOADER_PARAMETER_BLOCK LoaderBlock; diff --git a/reactos/boot/freeldr/freeldr/reactos/registry.c b/reactos/boot/freeldr/freeldr/reactos/registry.c index 56fc57787db..89c440428ee 100644 --- a/reactos/boot/freeldr/freeldr/reactos/registry.c +++ b/reactos/boot/freeldr/freeldr/reactos/registry.c @@ -19,8 +19,6 @@ */ #include - -#define NDEBUG #include static FRLDRHKEY RootKey; diff --git a/reactos/boot/freeldr/freeldr/reactos/setupldr.c b/reactos/boot/freeldr/freeldr/reactos/setupldr.c index fa1244f7806..d47083d479f 100644 --- a/reactos/boot/freeldr/freeldr/reactos/setupldr.c +++ b/reactos/boot/freeldr/freeldr/reactos/setupldr.c @@ -20,8 +20,6 @@ #define _NTSYSTEM_ #include - -#define NDEBUG #include ROS_LOADER_PARAMETER_BLOCK LoaderBlock; diff --git a/reactos/boot/freeldr/freeldr/ui/ui.c b/reactos/boot/freeldr/freeldr/ui/ui.c index 3564f463b80..dc222461c41 100644 --- a/reactos/boot/freeldr/freeldr/ui/ui.c +++ b/reactos/boot/freeldr/freeldr/ui/ui.c @@ -18,8 +18,6 @@ */ #include - -#define NDEBUG #include diff --git a/reactos/boot/freeldr/freeldr/windows/conversion.c b/reactos/boot/freeldr/freeldr/windows/conversion.c index a42184bbfb4..18395ce6d17 100644 --- a/reactos/boot/freeldr/freeldr/windows/conversion.c +++ b/reactos/boot/freeldr/freeldr/windows/conversion.c @@ -11,8 +11,6 @@ #include //#include - -#define NDEBUG #include /* FUNCTIONS **************************************************************/ diff --git a/reactos/boot/freeldr/freeldr/windows/peloader.c b/reactos/boot/freeldr/freeldr/windows/peloader.c index 2aeb30fbaca..0e1416f8878 100644 --- a/reactos/boot/freeldr/freeldr/windows/peloader.c +++ b/reactos/boot/freeldr/freeldr/windows/peloader.c @@ -15,8 +15,6 @@ /* INCLUDES ***************************************************************/ #include - -#define NDEBUG #include /* FUNCTIONS **************************************************************/ diff --git a/reactos/boot/freeldr/freeldr/windows/winldr.c b/reactos/boot/freeldr/freeldr/windows/winldr.c index 33e51b105bc..5d3e2efbb29 100644 --- a/reactos/boot/freeldr/freeldr/windows/winldr.c +++ b/reactos/boot/freeldr/freeldr/windows/winldr.c @@ -22,8 +22,6 @@ #include #include - -//#define NDEBUG #include //FIXME: Do a better way to retrieve Arc disk information diff --git a/reactos/boot/freeldr/freeldr/windows/wlmemory.c b/reactos/boot/freeldr/freeldr/windows/wlmemory.c index 8e78c192867..7e150e21e3e 100644 --- a/reactos/boot/freeldr/freeldr/windows/wlmemory.c +++ b/reactos/boot/freeldr/freeldr/windows/wlmemory.c @@ -11,8 +11,6 @@ #include #include - -#define NDEBUG #include extern ULONG TotalNLSSize; diff --git a/reactos/boot/freeldr/freeldr/windows/wlregistry.c b/reactos/boot/freeldr/freeldr/windows/wlregistry.c index b7737d8adfb..81e67ccfcb7 100644 --- a/reactos/boot/freeldr/freeldr/windows/wlregistry.c +++ b/reactos/boot/freeldr/freeldr/windows/wlregistry.c @@ -9,8 +9,6 @@ /* INCLUDES ***************************************************************/ #include - -#define NDEBUG #include // The only global var here, used to mark mem pages as NLS in WinLdrTurnOnPaging()