Index: base/applications/network/ping/ping.c =================================================================== --- base/applications/network/ping/ping.c (revision 62129) +++ base/applications/network/ping/ping.c (working copy) @@ -20,7 +20,9 @@ #include "resource.h" +#ifndef NDEBUG #define NDEBUG +#endif /* General ICMP constants */ #define ICMP_MINSIZE 8 /* Minimum ICMP packet size */ Index: base/services/eventlog/eventlog.c =================================================================== --- base/services/eventlog/eventlog.c (revision 62129) +++ base/services/eventlog/eventlog.c (working copy) @@ -14,7 +14,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: base/services/eventlog/eventsource.c =================================================================== --- base/services/eventlog/eventsource.c (revision 62129) +++ base/services/eventlog/eventsource.c (working copy) @@ -10,7 +10,9 @@ #include "eventlog.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static LIST_ENTRY EventSourceListHead; Index: base/services/eventlog/file.c =================================================================== --- base/services/eventlog/file.c (revision 62129) +++ base/services/eventlog/file.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: base/services/eventlog/logport.c =================================================================== --- base/services/eventlog/logport.c (revision 62129) +++ base/services/eventlog/logport.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: base/services/eventlog/rpc.c =================================================================== --- base/services/eventlog/rpc.c (revision 62129) +++ base/services/eventlog/rpc.c (working copy) @@ -11,7 +11,9 @@ #include "eventlog.h" +#ifndef NDEBUG #define NDEBUG +#endif #include LIST_ENTRY LogHandleListHead; Index: base/services/rpcss/service_main.c =================================================================== --- base/services/rpcss/service_main.c (revision 62129) +++ base/services/rpcss/service_main.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include extern BOOL RPCSS_Initialize(void); Index: base/services/umpnpmgr/umpnpmgr.c =================================================================== --- base/services/umpnpmgr/umpnpmgr.c (revision 62129) +++ base/services/umpnpmgr/umpnpmgr.c (working copy) @@ -46,7 +46,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: base/services/wlansvc/rpcserver.c =================================================================== --- base/services/wlansvc/rpcserver.c (revision 62129) +++ base/services/wlansvc/rpcserver.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include //#define GET_IF_ENTRY2_IMPLEMENTED 1 Index: base/services/wlansvc/wlansvc.c =================================================================== --- base/services/wlansvc/wlansvc.c (revision 62129) +++ base/services/wlansvc/wlansvc.c (working copy) @@ -10,7 +10,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: base/setup/setup/setup.c =================================================================== --- base/setup/setup/setup.c (revision 62129) +++ base/setup/setup/setup.c (working copy) @@ -29,7 +29,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef DWORD (WINAPI *PINSTALL_REACTOS)(HINSTANCE hInstance); Index: base/setup/usetup/bootsup.c =================================================================== --- base/setup/usetup/bootsup.c (revision 62129) +++ base/setup/usetup/bootsup.c (working copy) @@ -8,7 +8,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define SECTORSIZE 512 Index: base/setup/usetup/cabinet.c =================================================================== --- base/setup/usetup/cabinet.c (revision 62129) +++ base/setup/usetup/cabinet.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define SEEK_BEGIN 0 Index: base/setup/usetup/chkdsk.c =================================================================== --- base/setup/usetup/chkdsk.c (revision 62129) +++ base/setup/usetup/chkdsk.c (working copy) @@ -27,7 +27,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static PPROGRESSBAR ChkdskProgressBar = NULL; Index: base/setup/usetup/drivesup.c =================================================================== --- base/setup/usetup/drivesup.c (revision 62129) +++ base/setup/usetup/drivesup.c (working copy) @@ -28,7 +28,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: base/setup/usetup/filequeue.c =================================================================== --- base/setup/usetup/filequeue.c (revision 62129) +++ base/setup/usetup/filequeue.c (working copy) @@ -28,7 +28,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* INCLUDES *****************************************************************/ Index: base/setup/usetup/filesup.c =================================================================== --- base/setup/usetup/filesup.c (revision 62129) +++ base/setup/usetup/filesup.c (working copy) @@ -28,7 +28,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: base/setup/usetup/format.c =================================================================== --- base/setup/usetup/format.c (revision 62129) +++ base/setup/usetup/format.c (working copy) @@ -27,7 +27,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static PPROGRESSBAR FormatProgressBar = NULL; Index: base/setup/usetup/fslist.c =================================================================== --- base/setup/usetup/fslist.c (revision 62129) +++ base/setup/usetup/fslist.c (working copy) @@ -27,7 +27,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: base/setup/usetup/genlist.c =================================================================== --- base/setup/usetup/genlist.c (revision 62129) +++ base/setup/usetup/genlist.c (working copy) @@ -28,7 +28,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: base/setup/usetup/inffile.c =================================================================== --- base/setup/usetup/inffile.c (revision 62129) +++ base/setup/usetup/inffile.c (working copy) @@ -28,7 +28,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: base/setup/usetup/inicache.c =================================================================== --- base/setup/usetup/inicache.c (revision 62129) +++ base/setup/usetup/inicache.c (working copy) @@ -29,7 +29,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS ********************************************************/ Index: base/setup/usetup/interface/consup.c =================================================================== --- base/setup/usetup/interface/consup.c (revision 62129) +++ base/setup/usetup/interface/consup.c (working copy) @@ -28,7 +28,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: base/setup/usetup/interface/devinst.c =================================================================== --- base/setup/usetup/interface/devinst.c (revision 62129) +++ base/setup/usetup/interface/devinst.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define INITGUID Index: base/setup/usetup/interface/usetup.c =================================================================== --- base/setup/usetup/interface/usetup.c (revision 62129) +++ base/setup/usetup/interface/usetup.c (working copy) @@ -34,7 +34,9 @@ #include "drivesup.h" #include "settings.h" +#ifndef NDEBUG #define NDEBUG +#endif #include Index: base/setup/usetup/mui.c =================================================================== --- base/setup/usetup/mui.c (revision 62129) +++ base/setup/usetup/mui.c (working copy) @@ -28,7 +28,9 @@ #include "muifonts.h" #include "muilanguages.h" +#ifndef NDEBUG #define NDEBUG +#endif #include extern Index: base/setup/usetup/native/utils/console.c =================================================================== --- base/setup/usetup/native/utils/console.c (revision 62129) +++ base/setup/usetup/native/utils/console.c (working copy) @@ -31,7 +31,9 @@ #include #include "keytrans.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: base/setup/usetup/native/utils/keytrans.c =================================================================== --- base/setup/usetup/native/utils/keytrans.c (revision 62129) +++ base/setup/usetup/native/utils/keytrans.c (working copy) @@ -28,7 +28,9 @@ #include #include "keytrans.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static WORD KeyTable[] = { Index: base/setup/usetup/partlist.c =================================================================== --- base/setup/usetup/partlist.c (revision 62129) +++ base/setup/usetup/partlist.c (working copy) @@ -28,7 +28,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: base/setup/usetup/progress.c =================================================================== --- base/setup/usetup/progress.c (revision 62129) +++ base/setup/usetup/progress.c (working copy) @@ -3,7 +3,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: base/setup/usetup/registry.c =================================================================== --- base/setup/usetup/registry.c (revision 62129) +++ base/setup/usetup/registry.c (working copy) @@ -28,7 +28,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #ifdef __REACTOS__ Index: base/setup/usetup/settings.c =================================================================== --- base/setup/usetup/settings.c (revision 62129) +++ base/setup/usetup/settings.c (working copy) @@ -28,7 +28,9 @@ #include "usetup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: base/system/autochk/autochk.c =================================================================== --- base/system/autochk/autochk.c (revision 62129) +++ base/system/autochk/autochk.c (working copy) @@ -22,7 +22,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* DEFINES ******************************************************************/ Index: base/system/lsass/lsass.c =================================================================== --- base/system/lsass/lsass.c (revision 62129) +++ base/system/lsass/lsass.c (working copy) @@ -32,7 +32,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include INT WINAPI Index: base/system/services/config.c =================================================================== --- base/system/services/config.c (revision 62129) +++ base/system/services/config.c (working copy) @@ -11,7 +11,9 @@ #include "services.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: base/system/services/controlset.c =================================================================== --- base/system/services/controlset.c (revision 62129) +++ base/system/services/controlset.c (working copy) @@ -11,7 +11,9 @@ #include "services.h" +#ifndef NDEBUG #define NDEBUG +#endif #include Index: base/system/services/database.c =================================================================== --- base/system/services/database.c (revision 62129) +++ base/system/services/database.c (working copy) @@ -16,7 +16,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: base/system/services/driver.c =================================================================== --- base/system/services/driver.c (revision 62129) +++ base/system/services/driver.c (working copy) @@ -14,7 +14,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: base/system/services/groupdb.c =================================================================== --- base/system/services/groupdb.c (revision 62129) +++ base/system/services/groupdb.c (working copy) @@ -11,7 +11,9 @@ #include "services.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: base/system/services/lock.c =================================================================== --- base/system/services/lock.c (revision 62129) +++ base/system/services/lock.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: base/system/services/rpcserver.c =================================================================== --- base/system/services/rpcserver.c (revision 62129) +++ base/system/services/rpcserver.c (working copy) @@ -14,7 +14,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *****************************************************************/ Index: base/system/services/services.c =================================================================== --- base/system/services/services.c (revision 62129) +++ base/system/services/services.c (working copy) @@ -14,7 +14,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include int WINAPI RegisterServicesProcess(DWORD ServicesProcessId); Index: base/system/smss/crashdmp.c =================================================================== --- base/system/smss/crashdmp.c (revision 62129) +++ base/system/smss/crashdmp.c (working copy) @@ -10,7 +10,9 @@ #include "smss.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: base/system/smss/pagefile.c =================================================================== --- base/system/smss/pagefile.c (revision 62129) +++ base/system/smss/pagefile.c (working copy) @@ -10,7 +10,9 @@ #include "smss.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: base/system/smss/sminit.c =================================================================== --- base/system/smss/sminit.c (revision 62129) +++ base/system/smss/sminit.c (working copy) @@ -10,7 +10,9 @@ #include "smss.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: base/system/smss/smloop.c =================================================================== --- base/system/smss/smloop.c (revision 62129) +++ base/system/smss/smloop.c (working copy) @@ -10,7 +10,9 @@ #include "smss.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: base/system/smss/smsbapi.c =================================================================== --- base/system/smss/smsbapi.c (revision 62129) +++ base/system/smss/smsbapi.c (working copy) @@ -10,7 +10,9 @@ #include "smss.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: base/system/smss/smsessn.c =================================================================== --- base/system/smss/smsessn.c (revision 62129) +++ base/system/smss/smsessn.c (working copy) @@ -10,7 +10,9 @@ #include "smss.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: base/system/smss/smss.c =================================================================== --- base/system/smss/smss.c (revision 62129) +++ base/system/smss/smss.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: base/system/smss/smsubsys.c =================================================================== --- base/system/smss/smsubsys.c (revision 62129) +++ base/system/smss/smsubsys.c (working copy) @@ -10,7 +10,9 @@ #include "smss.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: base/system/smss/smutil.c =================================================================== --- base/system/smss/smutil.c (revision 62129) +++ base/system/smss/smutil.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: base/system/subst/subst.c =================================================================== --- base/system/subst/subst.c (revision 62129) +++ base/system/subst/subst.c (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "resource.h" Index: boot/freeldr/freeldr/arch/i386/halstub.c =================================================================== --- boot/freeldr/freeldr/arch/i386/halstub.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/halstub.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: boot/freeldr/freeldr/arch/i386/hardware.c =================================================================== --- boot/freeldr/freeldr/arch/i386/hardware.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/hardware.c (working copy) @@ -22,7 +22,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MILLISEC (10) Index: boot/freeldr/freeldr/arch/i386/hwapm.c =================================================================== --- boot/freeldr/freeldr/arch/i386/hwapm.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/hwapm.c (working copy) @@ -20,7 +20,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(HWDETECT); Index: boot/freeldr/freeldr/arch/i386/hwdisk.c =================================================================== --- boot/freeldr/freeldr/arch/i386/hwdisk.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/hwdisk.c (working copy) @@ -21,7 +21,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(HWDETECT); Index: boot/freeldr/freeldr/arch/i386/hwpci.c =================================================================== --- boot/freeldr/freeldr/arch/i386/hwpci.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/hwpci.c (working copy) @@ -20,7 +20,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(HWDETECT); Index: boot/freeldr/freeldr/arch/i386/i386bug.c =================================================================== --- boot/freeldr/freeldr/arch/i386/i386bug.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/i386bug.c (working copy) @@ -1,7 +1,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _FRAME Index: boot/freeldr/freeldr/arch/i386/i386disk.c =================================================================== --- boot/freeldr/freeldr/arch/i386/i386disk.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/i386disk.c (working copy) @@ -19,7 +19,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(DISK); Index: boot/freeldr/freeldr/arch/i386/i386vid.c =================================================================== --- boot/freeldr/freeldr/arch/i386/i386vid.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/i386vid.c (working copy) @@ -19,7 +19,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(UI); Index: boot/freeldr/freeldr/arch/i386/pcmem.c =================================================================== --- boot/freeldr/freeldr/arch/i386/pcmem.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/pcmem.c (working copy) @@ -22,7 +22,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(MEMORY); Index: boot/freeldr/freeldr/arch/i386/pcvideo.c =================================================================== --- boot/freeldr/freeldr/arch/i386/pcvideo.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/pcvideo.c (working copy) @@ -19,7 +19,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define VIDEOPORT_PALETTE_READ 0x03C7 Index: boot/freeldr/freeldr/arch/i386/xboxdisk.c =================================================================== --- boot/freeldr/freeldr/arch/i386/xboxdisk.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/xboxdisk.c (working copy) @@ -23,7 +23,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(DISK); Index: boot/freeldr/freeldr/arch/i386/xboxhw.c =================================================================== --- boot/freeldr/freeldr/arch/i386/xboxhw.c (revision 62129) +++ boot/freeldr/freeldr/arch/i386/xboxhw.c (working copy) @@ -18,7 +18,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(HWDETECT); Index: boot/freeldr/freeldr/disk/ramdisk.c =================================================================== --- boot/freeldr/freeldr/disk/ramdisk.c (revision 62129) +++ boot/freeldr/freeldr/disk/ramdisk.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: boot/freeldr/freeldr/disk/scsiport.c =================================================================== --- boot/freeldr/freeldr/disk/scsiport.c (revision 62129) +++ boot/freeldr/freeldr/disk/scsiport.c (working copy) @@ -38,7 +38,9 @@ #undef ScsiPortReadRegisterUlong #undef ScsiPortReadRegisterUshort +#ifndef NDEBUG #define NDEBUG +#endif #include #define SCSI_PORT_NEXT_REQUEST_READY 0x0008 Index: boot/freeldr/freeldr/fs/fat.c =================================================================== --- boot/freeldr/freeldr/fs/fat.c (revision 62129) +++ boot/freeldr/freeldr/fs/fat.c (working copy) @@ -20,7 +20,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(FILESYSTEM); Index: boot/freeldr/freeldr/fs/fs.c =================================================================== --- boot/freeldr/freeldr/fs/fs.c (revision 62129) +++ boot/freeldr/freeldr/fs/fs.c (working copy) @@ -20,7 +20,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(FILESYSTEM); Index: boot/freeldr/freeldr/fs/pxe.c =================================================================== --- boot/freeldr/freeldr/fs/pxe.c (revision 62129) +++ boot/freeldr/freeldr/fs/pxe.c (working copy) @@ -19,7 +19,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define TAG_PXE_FILE 'FexP' Index: boot/freeldr/freeldr/reactos/archwsup.c =================================================================== --- boot/freeldr/freeldr/reactos/archwsup.c (revision 62129) +++ boot/freeldr/freeldr/reactos/archwsup.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/cpl/console/colors.c =================================================================== --- dll/cpl/console/colors.c (revision 62129) +++ dll/cpl/console/colors.c (working copy) @@ -8,7 +8,9 @@ #include "console.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static BOOL Index: dll/cpl/console/console.c =================================================================== --- dll/cpl/console/console.c (revision 62129) +++ dll/cpl/console/console.c (working copy) @@ -8,7 +8,9 @@ #include "console.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define NUM_APPLETS 1 Index: dll/cpl/console/font.c =================================================================== --- dll/cpl/console/font.c (revision 62129) +++ dll/cpl/console/font.c (working copy) @@ -8,7 +8,9 @@ #include "console.h" +#ifndef NDEBUG #define NDEBUG +#endif #include INT_PTR Index: dll/cpl/console/layout.c =================================================================== --- dll/cpl/console/layout.c (revision 62129) +++ dll/cpl/console/layout.c (working copy) @@ -8,7 +8,9 @@ #include "console.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const TCHAR szPreviewText[] = Index: dll/cpl/console/options.c =================================================================== --- dll/cpl/console/options.c (revision 62129) +++ dll/cpl/console/options.c (working copy) @@ -8,7 +8,9 @@ #include "console.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static Index: dll/cpl/desk/devsett.c =================================================================== --- dll/cpl/desk/devsett.c (revision 62129) +++ dll/cpl/desk/devsett.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define DEBUG_DEVSETTINGS Index: dll/cpl/hdwwiz/hdwwiz.h =================================================================== --- dll/cpl/hdwwiz/hdwwiz.h (revision 62129) +++ dll/cpl/hdwwiz/hdwwiz.h (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MAX_STR_SIZE 255 Index: dll/directx/ksuser/ksuser.c =================================================================== --- dll/directx/ksuser/ksuser.c (revision 62129) +++ dll/directx/ksuser/ksuser.c (working copy) @@ -7,7 +7,9 @@ */ #include "ksuser.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: dll/directx/wine/msdmo/stubs.c =================================================================== --- dll/directx/wine/msdmo/stubs.c (revision 62129) +++ dll/directx/wine/msdmo/stubs.c (working copy) @@ -3,7 +3,9 @@ #define COM_NO_WINDOWS_H #include +#ifndef NDEBUG #define NDEBUG +#endif #include void Index: dll/ntdll/csr/api.c =================================================================== --- dll/ntdll/csr/api.c (revision 62129) +++ dll/ntdll/csr/api.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/ntdll/csr/capture.c =================================================================== --- dll/ntdll/csr/capture.c (revision 62129) +++ dll/ntdll/csr/capture.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/ntdll/csr/connect.c =================================================================== --- dll/ntdll/csr/connect.c (revision 62129) +++ dll/ntdll/csr/connect.c (working copy) @@ -13,7 +13,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/ntdll/dbg/dbgui.c =================================================================== --- dll/ntdll/dbg/dbgui.c (revision 62129) +++ dll/ntdll/dbg/dbgui.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: dll/ntdll/ldr/ldrapi.c =================================================================== --- dll/ntdll/ldr/ldrapi.c (revision 62129) +++ dll/ntdll/ldr/ldrapi.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: dll/ntdll/ldr/ldrinit.c =================================================================== --- dll/ntdll/ldr/ldrinit.c (revision 62129) +++ dll/ntdll/ldr/ldrinit.c (working copy) @@ -14,7 +14,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/ntdll/ldr/ldrpe.c =================================================================== --- dll/ntdll/ldr/ldrpe.c (revision 62129) +++ dll/ntdll/ldr/ldrpe.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: dll/ntdll/ldr/ldrutils.c =================================================================== --- dll/ntdll/ldr/ldrutils.c (revision 62129) +++ dll/ntdll/ldr/ldrutils.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: dll/ntdll/rtl/libsupp.c =================================================================== --- dll/ntdll/rtl/libsupp.c (revision 62129) +++ dll/ntdll/rtl/libsupp.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include SIZE_T RtlpAllocDeallocQueryBufferSize = PAGE_SIZE; Index: dll/ntdll/rtl/version.c =================================================================== --- dll/ntdll/rtl/version.c (revision 62129) +++ dll/ntdll/rtl/version.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/shellext/deskadp/deskadp.c =================================================================== --- dll/shellext/deskadp/deskadp.c (revision 62129) +++ dll/shellext/deskadp/deskadp.c (working copy) @@ -2,7 +2,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "resource.h" Index: dll/shellext/deskadp/shxiface.c =================================================================== --- dll/shellext/deskadp/shxiface.c (revision 62129) +++ dll/shellext/deskadp/shxiface.c (working copy) @@ -1,6 +1,8 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include LONG dll_refs = 0; Index: dll/shellext/deskmon/deskmon.c =================================================================== --- dll/shellext/deskmon/deskmon.c (revision 62129) +++ dll/shellext/deskmon/deskmon.c (working copy) @@ -2,7 +2,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "resource.h" Index: dll/shellext/deskmon/shxiface.c =================================================================== --- dll/shellext/deskmon/shxiface.c (revision 62129) +++ dll/shellext/deskmon/shxiface.c (working copy) @@ -1,6 +1,8 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include LONG dll_refs = 0; Index: dll/win32/aclui/aclui.c =================================================================== --- dll/win32/aclui/aclui.c (revision 62129) +++ dll/win32/aclui/aclui.c (working copy) @@ -30,7 +30,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "resource.h" Index: dll/win32/aclui/checklist.c =================================================================== --- dll/win32/aclui/checklist.c (revision 62129) +++ dll/win32/aclui/checklist.c (working copy) @@ -33,7 +33,9 @@ #include #endif +#ifndef NDEBUG #define NDEBUG +#endif #include static const WCHAR szCheckListWndClass[] = L"CHECKLIST_ACLUI"; Index: dll/win32/aclui/misc.c =================================================================== --- dll/win32/aclui/misc.c (revision 62129) +++ dll/win32/aclui/misc.c (working copy) @@ -28,7 +28,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static PCWSTR ObjectPickerAttributes[] = Index: dll/win32/aclui/sidcache.c =================================================================== --- dll/win32/aclui/sidcache.c (revision 62129) +++ dll/win32/aclui/sidcache.c (working copy) @@ -30,7 +30,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define HandleToScm(Handle) (PSIDCACHEMGR)(Handle) Index: dll/win32/authz/authz.c =================================================================== --- dll/win32/authz/authz.c (revision 62129) +++ dll/win32/authz/authz.c (working copy) @@ -28,7 +28,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include HINSTANCE hDllInstance; Index: dll/win32/authz/clictx.c =================================================================== --- dll/win32/authz/clictx.c (revision 62129) +++ dll/win32/authz/clictx.c (working copy) @@ -28,7 +28,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/authz/resman.c =================================================================== --- dll/win32/authz/resman.c (revision 62129) +++ dll/win32/authz/resman.c (working copy) @@ -28,7 +28,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static BOOL Index: dll/win32/batt/batt.c =================================================================== --- dll/win32/batt/batt.c (revision 62129) +++ dll/win32/batt/batt.c (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/win32/cryptdll/stubs.c =================================================================== --- dll/win32/cryptdll/stubs.c (revision 62129) +++ dll/win32/cryptdll/stubs.c (working copy) @@ -1,5 +1,7 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include void WINAPI Index: dll/win32/devmgr/advprop.c =================================================================== --- dll/win32/devmgr/advprop.c (revision 62129) +++ dll/win32/devmgr/advprop.c (working copy) @@ -31,7 +31,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static UINT WINAPI Index: dll/win32/devmgr/devprblm.c =================================================================== --- dll/win32/devmgr/devprblm.c (revision 62129) +++ dll/win32/devmgr/devprblm.c (working copy) @@ -27,7 +27,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include BOOL Index: dll/win32/devmgr/hwpage.c =================================================================== --- dll/win32/devmgr/hwpage.c (revision 62129) +++ dll/win32/devmgr/hwpage.c (working copy) @@ -27,7 +27,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _HWDEVINFO Index: dll/win32/devmgr/hwresource.c =================================================================== --- dll/win32/devmgr/hwresource.c (revision 62129) +++ dll/win32/devmgr/hwresource.c (working copy) @@ -9,7 +9,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct Index: dll/win32/devmgr/misc.c =================================================================== --- dll/win32/devmgr/misc.c (revision 62129) +++ dll/win32/devmgr/misc.c (working copy) @@ -27,7 +27,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include HINSTANCE hDllInstance = NULL; Index: dll/win32/devmgr/stubs.c =================================================================== --- dll/win32/devmgr/stubs.c (revision 62129) +++ dll/win32/devmgr/stubs.c (working copy) @@ -18,7 +18,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /*************************************************************************** Index: dll/win32/dhcpcsvc/dhcp/api.c =================================================================== --- dll/win32/dhcpcsvc/dhcp/api.c (revision 62129) +++ dll/win32/dhcpcsvc/dhcp/api.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static CRITICAL_SECTION ApiCriticalSection; Index: dll/win32/dhcpcsvc/dhcp/pipe.c =================================================================== --- dll/win32/dhcpcsvc/dhcp/pipe.c (revision 62129) +++ dll/win32/dhcpcsvc/dhcp/pipe.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static HANDLE CommPipe = INVALID_HANDLE_VALUE, CommThread; Index: dll/win32/dhcpcsvc/dhcp/util.c =================================================================== --- dll/win32/dhcpcsvc/dhcp/util.c (revision 62129) +++ dll/win32/dhcpcsvc/dhcp/util.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include char *piaddr( struct iaddr addr ) { Index: dll/win32/dhcpcsvc/dhcpcsvc.c =================================================================== --- dll/win32/dhcpcsvc/dhcpcsvc.c (revision 62129) +++ dll/win32/dhcpcsvc/dhcpcsvc.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static HANDLE PipeHandle = INVALID_HANDLE_VALUE; Index: dll/win32/dnsapi/dnsapi/adns.c =================================================================== --- dll/win32/dnsapi/dnsapi/adns.c (revision 62129) +++ dll/win32/dnsapi/dnsapi/adns.c (working copy) @@ -10,7 +10,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include DNS_STATUS Index: dll/win32/dnsapi/dnsapi/context.c =================================================================== --- dll/win32/dnsapi/dnsapi/context.c (revision 62129) +++ dll/win32/dnsapi/dnsapi/context.c (working copy) @@ -10,7 +10,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* DnsAcquireContextHandle ************* Index: dll/win32/dnsapi/dnsapi/memory.c =================================================================== --- dll/win32/dnsapi/dnsapi/memory.c (revision 62129) +++ dll/win32/dnsapi/dnsapi/memory.c (working copy) @@ -10,7 +10,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: dll/win32/dnsapi/dnsapi/names.c =================================================================== --- dll/win32/dnsapi/dnsapi/names.c (revision 62129) +++ dll/win32/dnsapi/dnsapi/names.c (working copy) @@ -21,7 +21,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /****************************************************************************** Index: dll/win32/dnsapi/dnsapi/query.c =================================================================== --- dll/win32/dnsapi/dnsapi/query.c (revision 62129) +++ dll/win32/dnsapi/dnsapi/query.c (working copy) @@ -10,7 +10,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* DnsQuery **************************** Index: dll/win32/dnsapi/dnsapi/record.c =================================================================== --- dll/win32/dnsapi/dnsapi/record.c (revision 62129) +++ dll/win32/dnsapi/dnsapi/record.c (working copy) @@ -20,7 +20,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const char *dns_type_to_str( unsigned short type ) Index: dll/win32/fmifs/format.c =================================================================== --- dll/win32/fmifs/format.c (revision 62129) +++ dll/win32/fmifs/format.c (working copy) @@ -10,7 +10,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FMIFS.6 */ Index: dll/win32/framedyn/chstring.cpp =================================================================== --- dll/win32/framedyn/chstring.cpp (revision 62129) +++ dll/win32/framedyn/chstring.cpp (working copy) @@ -25,7 +25,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: dll/win32/hid/hid.c =================================================================== --- dll/win32/hid/hid.c (revision 62129) +++ dll/win32/hid/hid.c (working copy) @@ -30,7 +30,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include HINSTANCE hDllInstance; Index: dll/win32/hid/stubs.c =================================================================== --- dll/win32/hid/stubs.c (revision 62129) +++ dll/win32/hid/stubs.c (working copy) @@ -11,7 +11,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/iernonce/iernonce.c =================================================================== --- dll/win32/iernonce/iernonce.c (revision 62129) +++ dll/win32/iernonce/iernonce.c (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include HINSTANCE hInstance; Index: dll/win32/kernel32/client/actctx.c =================================================================== --- dll/win32/kernel32/client/actctx.c (revision 62129) +++ dll/win32/kernel32/client/actctx.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define QUERY_ACTCTX_FLAG_VALID (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX | \ Index: dll/win32/kernel32/client/appcache.c =================================================================== --- dll/win32/kernel32/client/appcache.c (revision 62129) +++ dll/win32/kernel32/client/appcache.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/win32/kernel32/client/atom.c =================================================================== --- dll/win32/kernel32/client/atom.c (revision 62129) +++ dll/win32/kernel32/client/atom.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: dll/win32/kernel32/client/compname.c =================================================================== --- dll/win32/kernel32/client/compname.c (revision 62129) +++ dll/win32/kernel32/client/compname.c (working copy) @@ -28,7 +28,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/win32/kernel32/client/console/alias.c =================================================================== --- dll/win32/kernel32/client/console/alias.c (revision 62129) +++ dll/win32/kernel32/client/console/alias.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/win32/kernel32/client/console/console.c =================================================================== --- dll/win32/kernel32/client/console/console.c (revision 62129) +++ dll/win32/kernel32/client/console/console.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/win32/kernel32/client/console/history.c =================================================================== --- dll/win32/kernel32/client/console/history.c (revision 62129) +++ dll/win32/kernel32/client/console/history.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/win32/kernel32/client/console/init.c =================================================================== --- dll/win32/kernel32/client/console/init.c (revision 62129) +++ dll/win32/kernel32/client/console/init.c (working copy) @@ -15,7 +15,9 @@ // For Control Panel Applet #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/win32/kernel32/client/console/readwrite.c =================================================================== --- dll/win32/kernel32/client/console/readwrite.c (revision 62129) +++ dll/win32/kernel32/client/console/readwrite.c (working copy) @@ -14,7 +14,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/win32/kernel32/client/console/vista.c =================================================================== --- dll/win32/kernel32/client/console/vista.c (revision 62129) +++ dll/win32/kernel32/client/console/vista.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/win32/kernel32/client/debugger.c =================================================================== --- dll/win32/kernel32/client/debugger.c (revision 62129) +++ dll/win32/kernel32/client/debugger.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _DBGSS_THREAD_DATA Index: dll/win32/kernel32/client/dllmain.c =================================================================== --- dll/win32/kernel32/client/dllmain.c (revision 62129) +++ dll/win32/kernel32/client/dllmain.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: dll/win32/kernel32/client/dosdev.c =================================================================== --- dll/win32/kernel32/client/dosdev.c (revision 62129) +++ dll/win32/kernel32/client/dosdev.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/client/environ.c =================================================================== --- dll/win32/kernel32/client/environ.c (revision 62129) +++ dll/win32/kernel32/client/environ.c (working copy) @@ -14,7 +14,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/except.c =================================================================== --- dll/win32/kernel32/client/except.c (revision 62129) +++ dll/win32/kernel32/client/except.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/kernel32/client/fiber.c =================================================================== --- dll/win32/kernel32/client/fiber.c (revision 62129) +++ dll/win32/kernel32/client/fiber.c (working copy) @@ -9,7 +9,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _FIBER /* Field offsets: */ Index: dll/win32/kernel32/client/file/backup.c =================================================================== --- dll/win32/kernel32/client/file/backup.c (revision 62129) +++ dll/win32/kernel32/client/file/backup.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: dll/win32/kernel32/client/file/cnotify.c =================================================================== --- dll/win32/kernel32/client/file/cnotify.c (revision 62129) +++ dll/win32/kernel32/client/file/cnotify.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/win32/kernel32/client/file/copy.c =================================================================== --- dll/win32/kernel32/client/file/copy.c (revision 62129) +++ dll/win32/kernel32/client/file/copy.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if DBG Index: dll/win32/kernel32/client/file/create.c =================================================================== --- dll/win32/kernel32/client/file/create.c (revision 62129) +++ dll/win32/kernel32/client/file/create.c (working copy) @@ -14,7 +14,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if DBG Index: dll/win32/kernel32/client/file/delete.c =================================================================== --- dll/win32/kernel32/client/file/delete.c (revision 62129) +++ dll/win32/kernel32/client/file/delete.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: dll/win32/kernel32/client/file/deviceio.c =================================================================== --- dll/win32/kernel32/client/file/deviceio.c (revision 62129) +++ dll/win32/kernel32/client/file/deviceio.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/file/dir.c =================================================================== --- dll/win32/kernel32/client/file/dir.c (revision 62129) +++ dll/win32/kernel32/client/file/dir.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Short File Name length in chars (8.3) */ Index: dll/win32/kernel32/client/file/disk.c =================================================================== --- dll/win32/kernel32/client/file/disk.c (revision 62129) +++ dll/win32/kernel32/client/file/disk.c (working copy) @@ -19,7 +19,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/client/file/fileinfo.c =================================================================== --- dll/win32/kernel32/client/file/fileinfo.c (revision 62129) +++ dll/win32/kernel32/client/file/fileinfo.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/client/file/filemap.c =================================================================== --- dll/win32/kernel32/client/file/filemap.c (revision 62129) +++ dll/win32/kernel32/client/file/filemap.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/file/filename.c =================================================================== --- dll/win32/kernel32/client/file/filename.c (revision 62129) +++ dll/win32/kernel32/client/file/filename.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: dll/win32/kernel32/client/file/find.c =================================================================== --- dll/win32/kernel32/client/file/find.c (revision 62129) +++ dll/win32/kernel32/client/file/find.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/client/file/hardlink.c =================================================================== --- dll/win32/kernel32/client/file/hardlink.c (revision 62129) +++ dll/win32/kernel32/client/file/hardlink.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: dll/win32/kernel32/client/file/iocompl.c =================================================================== --- dll/win32/kernel32/client/file/iocompl.c (revision 62129) +++ dll/win32/kernel32/client/file/iocompl.c (working copy) @@ -9,7 +9,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/kernel32/client/file/lfile.c =================================================================== --- dll/win32/kernel32/client/file/lfile.c (revision 62129) +++ dll/win32/kernel32/client/file/lfile.c (working copy) @@ -9,7 +9,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/kernel32/client/file/lock.c =================================================================== --- dll/win32/kernel32/client/file/lock.c (revision 62129) +++ dll/win32/kernel32/client/file/lock.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: dll/win32/kernel32/client/file/mailslot.c =================================================================== --- dll/win32/kernel32/client/file/mailslot.c (revision 62129) +++ dll/win32/kernel32/client/file/mailslot.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/file/mntpoint.c =================================================================== --- dll/win32/kernel32/client/file/mntpoint.c (revision 62129) +++ dll/win32/kernel32/client/file/mntpoint.c (working copy) @@ -19,7 +19,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/client/file/move.c =================================================================== --- dll/win32/kernel32/client/file/move.c (revision 62129) +++ dll/win32/kernel32/client/file/move.c (working copy) @@ -16,7 +16,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/client/file/npipe.c =================================================================== --- dll/win32/kernel32/client/file/npipe.c (revision 62129) +++ dll/win32/kernel32/client/file/npipe.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/client/file/rw.c =================================================================== --- dll/win32/kernel32/client/file/rw.c (revision 62129) +++ dll/win32/kernel32/client/file/rw.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/client/file/tape.c =================================================================== --- dll/win32/kernel32/client/file/tape.c (revision 62129) +++ dll/win32/kernel32/client/file/tape.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: dll/win32/kernel32/client/file/volume.c =================================================================== --- dll/win32/kernel32/client/file/volume.c (revision 62129) +++ dll/win32/kernel32/client/file/volume.c (working copy) @@ -19,7 +19,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/client/handle.c =================================================================== --- dll/win32/kernel32/client/handle.c (revision 62129) +++ dll/win32/kernel32/client/handle.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: dll/win32/kernel32/client/heapmem.c =================================================================== --- dll/win32/kernel32/client/heapmem.c (revision 62129) +++ dll/win32/kernel32/client/heapmem.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/win32/kernel32/client/job.c =================================================================== --- dll/win32/kernel32/client/job.c (revision 62129) +++ dll/win32/kernel32/client/job.c (working copy) @@ -13,7 +13,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/loader.c =================================================================== --- dll/win32/kernel32/client/loader.c (revision 62129) +++ dll/win32/kernel32/client/loader.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: dll/win32/kernel32/client/path.c =================================================================== --- dll/win32/kernel32/client/path.c (revision 62129) +++ dll/win32/kernel32/client/path.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/win32/kernel32/client/perfcnt.c =================================================================== --- dll/win32/kernel32/client/perfcnt.c (revision 62129) +++ dll/win32/kernel32/client/perfcnt.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/power.c =================================================================== --- dll/win32/kernel32/client/power.c (revision 62129) +++ dll/win32/kernel32/client/power.c (working copy) @@ -14,7 +14,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS ***********************************************************/ Index: dll/win32/kernel32/client/proc.c =================================================================== --- dll/win32/kernel32/client/proc.c (revision 62129) +++ dll/win32/kernel32/client/proc.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: dll/win32/kernel32/client/resntfy.c =================================================================== --- dll/win32/kernel32/client/resntfy.c (revision 62129) +++ dll/win32/kernel32/client/resntfy.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/session.c =================================================================== --- dll/win32/kernel32/client/session.c (revision 62129) +++ dll/win32/kernel32/client/session.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/synch.c =================================================================== --- dll/win32/kernel32/client/synch.c (revision 62129) +++ dll/win32/kernel32/client/synch.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #undef InterlockedIncrement Index: dll/win32/kernel32/client/sysinfo.c =================================================================== --- dll/win32/kernel32/client/sysinfo.c (revision 62129) +++ dll/win32/kernel32/client/sysinfo.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define PV_NT351 0x00030033 Index: dll/win32/kernel32/client/thread.c =================================================================== --- dll/win32/kernel32/client/thread.c (revision 62129) +++ dll/win32/kernel32/client/thread.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define SXS_SUPPORT_FIXME Index: dll/win32/kernel32/client/time.c =================================================================== --- dll/win32/kernel32/client/time.c (revision 62129) +++ dll/win32/kernel32/client/time.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/timerqueue.c =================================================================== --- dll/win32/kernel32/client/timerqueue.c (revision 62129) +++ dll/win32/kernel32/client/timerqueue.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/win32/kernel32/client/toolhelp.c =================================================================== --- dll/win32/kernel32/client/toolhelp.c (revision 62129) +++ dll/win32/kernel32/client/toolhelp.c (working copy) @@ -17,7 +17,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* INTERNAL DEFINITIONS *******************************************************/ Index: dll/win32/kernel32/client/utils.c =================================================================== --- dll/win32/kernel32/client/utils.c (revision 62129) +++ dll/win32/kernel32/client/utils.c (working copy) @@ -16,7 +16,9 @@ #include "amd64/ketypes.h" #endif +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: dll/win32/kernel32/client/vdm.c =================================================================== --- dll/win32/kernel32/client/vdm.c (revision 62129) +++ dll/win32/kernel32/client/vdm.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES **********************************************************************/ Index: dll/win32/kernel32/client/version.c =================================================================== --- dll/win32/kernel32/client/version.c (revision 62129) +++ dll/win32/kernel32/client/version.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/virtmem.c =================================================================== --- dll/win32/kernel32/client/virtmem.c (revision 62129) +++ dll/win32/kernel32/client/virtmem.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: dll/win32/kernel32/client/vista.c =================================================================== --- dll/win32/kernel32/client/vista.c (revision 62129) +++ dll/win32/kernel32/client/vista.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if _WIN32_WINNT >= 0x600 Index: dll/win32/kernel32/wine/actctx.c =================================================================== --- dll/win32/kernel32/wine/actctx.c (revision 62129) +++ dll/win32/kernel32/wine/actctx.c (working copy) @@ -14,7 +14,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(actctx); Index: dll/win32/kernel32/wine/comm.c =================================================================== --- dll/win32/kernel32/wine/comm.c (revision 62129) +++ dll/win32/kernel32/wine/comm.c (working copy) @@ -41,7 +41,9 @@ #undef IOCTL_SERIAL_LSRMST_INSERT #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(comm); Index: dll/win32/kernel32/wine/lzexpand.c =================================================================== --- dll/win32/kernel32/wine/lzexpand.c (revision 62129) +++ dll/win32/kernel32/wine/lzexpand.c (working copy) @@ -35,7 +35,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(kernel32file); Index: dll/win32/kernel32/wine/profile.c =================================================================== --- dll/win32/kernel32/wine/profile.c (revision 62129) +++ dll/win32/kernel32/wine/profile.c (working copy) @@ -21,7 +21,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(profile); Index: dll/win32/kernel32/wine/res.c =================================================================== --- dll/win32/kernel32/wine/res.c (revision 62129) +++ dll/win32/kernel32/wine/res.c (working copy) @@ -24,7 +24,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(resource); Index: dll/win32/kernel32/wine/timezone.c =================================================================== --- dll/win32/kernel32/wine/timezone.c (revision 62129) +++ dll/win32/kernel32/wine/timezone.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES *********************************************************************/ Index: dll/win32/kernel32/winnls/string/format_msg.c =================================================================== --- dll/win32/kernel32/winnls/string/format_msg.c (revision 62129) +++ dll/win32/kernel32/winnls/string/format_msg.c (working copy) @@ -21,7 +21,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(resource); Index: dll/win32/kernel32/winnls/string/lang.c =================================================================== --- dll/win32/kernel32/winnls/string/lang.c (revision 62129) +++ dll/win32/kernel32/winnls/string/lang.c (working copy) @@ -23,7 +23,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(nls); Index: dll/win32/kernel32/winnls/string/lcformat.c =================================================================== --- dll/win32/kernel32/winnls/string/lcformat.c (revision 62129) +++ dll/win32/kernel32/winnls/string/lcformat.c (working copy) @@ -24,7 +24,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DEBUG_CHANNEL(nls); Index: dll/win32/kernel32/winnls/string/nls.c =================================================================== --- dll/win32/kernel32/winnls/string/nls.c (revision 62129) +++ dll/win32/kernel32/winnls/string/nls.c (working copy) @@ -15,7 +15,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBAL VARIABLES ***********************************************************/ Index: dll/win32/loadperf/stubs.c =================================================================== --- dll/win32/loadperf/stubs.c (revision 62129) +++ dll/win32/loadperf/stubs.c (working copy) @@ -1,5 +1,7 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define LOADPERF_FUNCTION DWORD WINAPI Index: dll/win32/mmdrv/common.c =================================================================== --- dll/win32/mmdrv/common.c (revision 62129) +++ dll/win32/mmdrv/common.c (working copy) @@ -11,7 +11,9 @@ #include "mmdrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/mmdrv/entry.c =================================================================== --- dll/win32/mmdrv/entry.c (revision 62129) +++ dll/win32/mmdrv/entry.c (working copy) @@ -11,7 +11,9 @@ #include "mmdrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/mmdrv/kernel.c =================================================================== --- dll/win32/mmdrv/kernel.c (revision 62129) +++ dll/win32/mmdrv/kernel.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/mmdrv/mme.c =================================================================== --- dll/win32/mmdrv/mme.c (revision 62129) +++ dll/win32/mmdrv/mme.c (working copy) @@ -12,7 +12,9 @@ #include "mmdrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/mmdrv/session.c =================================================================== --- dll/win32/mmdrv/session.c (revision 62129) +++ dll/win32/mmdrv/session.c (working copy) @@ -11,7 +11,9 @@ #include "mmdrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Each session is tracked, but the list must be locked when in use */ Index: dll/win32/mmdrv/wave.c =================================================================== --- dll/win32/mmdrv/wave.c (revision 62129) +++ dll/win32/mmdrv/wave.c (working copy) @@ -12,7 +12,9 @@ #include "mmdrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define MAX_WAVE_BUFFER_SIZE 65536 Index: dll/win32/mmdrv/wave_io.c =================================================================== --- dll/win32/mmdrv/wave_io.c (revision 62129) +++ dll/win32/mmdrv/wave_io.c (working copy) @@ -4,7 +4,9 @@ #include "mmdrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/netcfgx/netcfgx.c =================================================================== --- dll/win32/netcfgx/netcfgx.c (revision 62129) +++ dll/win32/netcfgx/netcfgx.c (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include HINSTANCE netcfgx_hInstance; Index: dll/win32/ntmarta/ntmarta.c =================================================================== --- dll/win32/ntmarta/ntmarta.c (revision 62129) +++ dll/win32/ntmarta/ntmarta.c (working copy) @@ -27,7 +27,9 @@ */ #include "ntmarta.h" +#ifndef NDEBUG #define NDEBUG +#endif #include HINSTANCE hDllInstance; Index: dll/win32/psapi/psapi.c =================================================================== --- dll/win32/psapi/psapi.c (revision 62129) +++ dll/win32/psapi/psapi.c (working copy) @@ -27,7 +27,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MAX_MODULES 0x2710 // Matches 10.000 modules Index: dll/win32/secur32/secext.c =================================================================== --- dll/win32/secur32/secext.c (revision 62129) +++ dll/win32/secur32/secext.c (working copy) @@ -21,7 +21,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define UNLEN 256 Index: dll/win32/secur32/sspi.c =================================================================== --- dll/win32/secur32/sspi.c (revision 62129) +++ dll/win32/secur32/sspi.c (working copy) @@ -1,6 +1,8 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include SECURITY_STATUS WINAPI ApplyControlTokenW(PCtxtHandle Handle, PSecBufferDesc Buffer); Index: dll/win32/secur32/stubs.c =================================================================== --- dll/win32/secur32/stubs.c (revision 62129) +++ dll/win32/secur32/stubs.c (working copy) @@ -1,6 +1,8 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define SEC_ENTRY WINAPI Index: dll/win32/sfc_os/sfc_os.c =================================================================== --- dll/win32/sfc_os/sfc_os.c (revision 62129) +++ dll/win32/sfc_os/sfc_os.c (working copy) @@ -26,7 +26,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include HINSTANCE hLibModule; Index: dll/win32/shimgvw/shimgvw.c =================================================================== --- dll/win32/shimgvw/shimgvw.c (revision 62129) +++ dll/win32/shimgvw/shimgvw.c (working copy) @@ -27,7 +27,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "shimgvw.h" Index: dll/win32/smdll/query.c =================================================================== --- dll/win32/smdll/query.c (revision 62129) +++ dll/win32/smdll/query.c (working copy) @@ -12,7 +12,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: dll/win32/srclient/srclient_main.c =================================================================== --- dll/win32/srclient/srclient_main.c (revision 62129) +++ dll/win32/srclient/srclient_main.c (working copy) @@ -24,7 +24,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOL Index: dll/win32/syssetup/classinst.c =================================================================== --- dll/win32/syssetup/classinst.c (revision 62129) +++ dll/win32/syssetup/classinst.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: dll/win32/syssetup/install.c =================================================================== --- dll/win32/syssetup/install.c (revision 62129) +++ dll/win32/syssetup/install.c (working copy) @@ -37,7 +37,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include DWORD WINAPI Index: dll/win32/syssetup/security.c =================================================================== --- dll/win32/syssetup/security.c (revision 62129) +++ dll/win32/syssetup/security.c (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: dll/win32/syssetup/wizard.c =================================================================== --- dll/win32/syssetup/wizard.c (revision 62129) +++ dll/win32/syssetup/wizard.c (working copy) @@ -16,7 +16,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define VMWINST Index: dll/win32/userenv/desktop.c =================================================================== --- dll/win32/userenv/desktop.c (revision 62129) +++ dll/win32/userenv/desktop.c (working copy) @@ -28,7 +28,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: dll/win32/userenv/directory.c =================================================================== --- dll/win32/userenv/directory.c (revision 62129) +++ dll/win32/userenv/directory.c (working copy) @@ -26,7 +26,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: dll/win32/userenv/environment.c =================================================================== --- dll/win32/userenv/environment.c (revision 62129) +++ dll/win32/userenv/environment.c (working copy) @@ -26,7 +26,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static Index: dll/win32/userenv/gpolicy.c =================================================================== --- dll/win32/userenv/gpolicy.c (revision 62129) +++ dll/win32/userenv/gpolicy.c (working copy) @@ -26,7 +26,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _GP_NOTIFY Index: dll/win32/userenv/misc.c =================================================================== --- dll/win32/userenv/misc.c (revision 62129) +++ dll/win32/userenv/misc.c (working copy) @@ -28,7 +28,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static SID_IDENTIFIER_AUTHORITY LocalSystemAuthority = {SECURITY_NT_AUTHORITY}; Index: dll/win32/userenv/profile.c =================================================================== --- dll/win32/userenv/profile.c (revision 62129) +++ dll/win32/userenv/profile.c (working copy) @@ -28,7 +28,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: dll/win32/userenv/registry.c =================================================================== --- dll/win32/userenv/registry.c (revision 62129) +++ dll/win32/userenv/registry.c (working copy) @@ -26,7 +26,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: dll/win32/userenv/setup.c =================================================================== --- dll/win32/userenv/setup.c (revision 62129) +++ dll/win32/userenv/setup.c (working copy) @@ -26,7 +26,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #include "resources.h" Index: dll/win32/userenv/userenv.c =================================================================== --- dll/win32/userenv/userenv.c (revision 62129) +++ dll/win32/userenv/userenv.c (working copy) @@ -26,7 +26,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include HINSTANCE hInstance = NULL; Index: dll/win32/vdmdbg/vdmdbg.c =================================================================== --- dll/win32/vdmdbg/vdmdbg.c (revision 62129) +++ dll/win32/vdmdbg/vdmdbg.c (working copy) @@ -1,6 +1,8 @@ #include "vdmdbg.h" +#ifndef NDEBUG #define NDEBUG +#endif #include HINSTANCE hDllInstance; Index: dll/win32/wdmaud.drv/legacy.c =================================================================== --- dll/win32/wdmaud.drv/legacy.c (revision 62129) +++ dll/win32/wdmaud.drv/legacy.c (working copy) @@ -15,7 +15,9 @@ #include "wdmaud.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define KERNEL_DEVICE_NAME L"\\\\.\\wdmaud" Index: dll/win32/wdmaud.drv/mixer.c =================================================================== --- dll/win32/wdmaud.drv/mixer.c (revision 62129) +++ dll/win32/wdmaud.drv/mixer.c (working copy) @@ -12,7 +12,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include extern HANDLE KernelHandle; Index: dll/win32/wdmaud.drv/mmixer.c =================================================================== --- dll/win32/wdmaud.drv/mmixer.c (revision 62129) +++ dll/win32/wdmaud.drv/mmixer.c (working copy) @@ -13,7 +13,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct Index: dll/win32/wdmaud.drv/wdmaud.c =================================================================== --- dll/win32/wdmaud.drv/wdmaud.c (revision 62129) +++ dll/win32/wdmaud.drv/wdmaud.c (working copy) @@ -14,7 +14,9 @@ #include "wdmaud.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #ifndef USE_MMIXER_LIB Index: dll/win32/wshtcpip/wshtcpip.c =================================================================== --- dll/win32/wshtcpip/wshtcpip.c (revision 62129) +++ dll/win32/wshtcpip/wshtcpip.c (working copy) @@ -8,7 +8,9 @@ * CSH 01/09-2000 Created */ #include "wshtcpip.h" +#ifndef NDEBUG #define NDEBUG +#endif #include BOOL Index: drivers/base/condrv/condrv.c =================================================================== --- drivers/base/condrv/condrv.c (revision 62129) +++ drivers/base/condrv/condrv.c (working copy) @@ -10,7 +10,9 @@ #include "condrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: drivers/base/condrv/control.c =================================================================== --- drivers/base/condrv/control.c (revision 62129) +++ drivers/base/condrv/control.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: drivers/base/kdrosdbg/kdrosdbg.c =================================================================== --- drivers/base/kdrosdbg/kdrosdbg.c (revision 62129) +++ drivers/base/kdrosdbg/kdrosdbg.c (working copy) @@ -17,7 +17,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/battery/battc/battc.c =================================================================== --- drivers/battery/battc/battc.c (revision 62129) +++ drivers/battery/battc/battc.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/bus/acpi/acpienum.c =================================================================== --- drivers/bus/acpi/acpienum.c (revision 62129) +++ drivers/bus/acpi/acpienum.c (working copy) @@ -9,7 +9,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define HAS_CHILDREN(d) ((d)->children.next != &((d)->children)) Index: drivers/bus/acpi/busmgr/bus.c =================================================================== --- drivers/bus/acpi/busmgr/bus.c (revision 62129) +++ drivers/bus/acpi/busmgr/bus.c (working copy) @@ -29,7 +29,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define _COMPONENT ACPI_BUS_COMPONENT Index: drivers/bus/acpi/busmgr/button.c =================================================================== --- drivers/bus/acpi/busmgr/button.c (revision 62129) +++ drivers/bus/acpi/busmgr/button.c (working copy) @@ -25,7 +25,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define _COMPONENT ACPI_BUTTON_COMPONENT Index: drivers/bus/acpi/busmgr/power.c =================================================================== --- drivers/bus/acpi/busmgr/power.c (revision 62129) +++ drivers/bus/acpi/busmgr/power.c (working copy) @@ -42,7 +42,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define _COMPONENT ACPI_POWER_COMPONENT Index: drivers/bus/acpi/busmgr/system.c =================================================================== --- drivers/bus/acpi/busmgr/system.c (revision 62129) +++ drivers/bus/acpi/busmgr/system.c (working copy) @@ -29,7 +29,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include ACPI_STATUS acpi_system_save_state(UINT32); Index: drivers/bus/acpi/busmgr/utils.c =================================================================== --- drivers/bus/acpi/busmgr/utils.c (revision 62129) +++ drivers/bus/acpi/busmgr/utils.c (working copy) @@ -25,7 +25,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Modified for ReactOS and latest ACPICA Index: drivers/bus/acpi/buspdo.c =================================================================== --- drivers/bus/acpi/buspdo.c (revision 62129) +++ drivers/bus/acpi/buspdo.c (working copy) @@ -3,7 +3,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #ifdef ALLOC_PRAGMA Index: drivers/bus/acpi/eval.c =================================================================== --- drivers/bus/acpi/eval.c (revision 62129) +++ drivers/bus/acpi/eval.c (working copy) @@ -1,6 +1,8 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/bus/acpi/interface.c =================================================================== --- drivers/bus/acpi/interface.c (revision 62129) +++ drivers/bus/acpi/interface.c (working copy) @@ -1,6 +1,8 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: drivers/bus/acpi/main.c =================================================================== --- drivers/bus/acpi/main.c (revision 62129) +++ drivers/bus/acpi/main.c (working copy) @@ -2,7 +2,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/bus/acpi/osl.c =================================================================== --- drivers/bus/acpi/osl.c (revision 62129) +++ drivers/bus/acpi/osl.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static PKINTERRUPT AcpiInterrupt; Index: drivers/bus/acpi/pnp.c =================================================================== --- drivers/bus/acpi/pnp.c (revision 62129) +++ drivers/bus/acpi/pnp.c (working copy) @@ -1,6 +1,8 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/bus/acpi/power.c =================================================================== --- drivers/bus/acpi/power.c (revision 62129) +++ drivers/bus/acpi/power.c (working copy) @@ -1,6 +1,8 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/bus/isapnp/fdo.c =================================================================== --- drivers/bus/isapnp/fdo.c (revision 62129) +++ drivers/bus/isapnp/fdo.c (working copy) @@ -7,7 +7,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/bus/isapnp/hardware.c =================================================================== --- drivers/bus/isapnp/hardware.c (revision 62129) +++ drivers/bus/isapnp/hardware.c (working copy) @@ -8,7 +8,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include static Index: drivers/bus/isapnp/isapnp.c =================================================================== --- drivers/bus/isapnp/isapnp.c (revision 62129) +++ drivers/bus/isapnp/isapnp.c (working copy) @@ -7,7 +7,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static IO_COMPLETION_ROUTINE ForwardIrpCompletion; Index: drivers/bus/isapnp/pdo.c =================================================================== --- drivers/bus/isapnp/pdo.c (revision 62129) +++ drivers/bus/isapnp/pdo.c (working copy) @@ -7,7 +7,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/bus/pci/fdo.c =================================================================== --- drivers/bus/pci/fdo.c (revision 62129) +++ drivers/bus/pci/fdo.c (working copy) @@ -9,7 +9,9 @@ #include "pci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /*** PRIVATE *****************************************************************/ Index: drivers/bus/pci/pci.c =================================================================== --- drivers/bus/pci/pci.c (revision 62129) +++ drivers/bus/pci/pci.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static DRIVER_DISPATCH PciDispatchDeviceControl; Index: drivers/bus/pci/pdo.c =================================================================== --- drivers/bus/pci/pdo.c (revision 62129) +++ drivers/bus/pci/pdo.c (working copy) @@ -12,7 +12,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /*** PRIVATE *****************************************************************/ Index: drivers/bus/pcix/arb/ar_busno.c =================================================================== --- drivers/bus/pcix/arb/ar_busno.c (revision 62129) +++ drivers/bus/pcix/arb/ar_busno.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/arb/ar_memio.c =================================================================== --- drivers/bus/pcix/arb/ar_memio.c (revision 62129) +++ drivers/bus/pcix/arb/ar_memio.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/arb/arb_comn.c =================================================================== --- drivers/bus/pcix/arb/arb_comn.c (revision 62129) +++ drivers/bus/pcix/arb/arb_comn.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/arb/tr_irq.c =================================================================== --- drivers/bus/pcix/arb/tr_irq.c (revision 62129) +++ drivers/bus/pcix/arb/tr_irq.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/debug.c =================================================================== --- drivers/bus/pcix/debug.c (revision 62129) +++ drivers/bus/pcix/debug.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/device.c =================================================================== --- drivers/bus/pcix/device.c (revision 62129) +++ drivers/bus/pcix/device.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: drivers/bus/pcix/dispatch.c =================================================================== --- drivers/bus/pcix/dispatch.c (revision 62129) +++ drivers/bus/pcix/dispatch.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: drivers/bus/pcix/enum.c =================================================================== --- drivers/bus/pcix/enum.c (revision 62129) +++ drivers/bus/pcix/enum.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/fdo.c =================================================================== --- drivers/bus/pcix/fdo.c (revision 62129) +++ drivers/bus/pcix/fdo.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/hookhal.c =================================================================== --- drivers/bus/pcix/hookhal.c (revision 62129) +++ drivers/bus/pcix/hookhal.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/init.c =================================================================== --- drivers/bus/pcix/init.c (revision 62129) +++ drivers/bus/pcix/init.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/agpintrf.c =================================================================== --- drivers/bus/pcix/intrface/agpintrf.c (revision 62129) +++ drivers/bus/pcix/intrface/agpintrf.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/busintrf.c =================================================================== --- drivers/bus/pcix/intrface/busintrf.c (revision 62129) +++ drivers/bus/pcix/intrface/busintrf.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/cardbus.c =================================================================== --- drivers/bus/pcix/intrface/cardbus.c (revision 62129) +++ drivers/bus/pcix/intrface/cardbus.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/devhere.c =================================================================== --- drivers/bus/pcix/intrface/devhere.c (revision 62129) +++ drivers/bus/pcix/intrface/devhere.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/ideintrf.c =================================================================== --- drivers/bus/pcix/intrface/ideintrf.c (revision 62129) +++ drivers/bus/pcix/intrface/ideintrf.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/intrface.c =================================================================== --- drivers/bus/pcix/intrface/intrface.c (revision 62129) +++ drivers/bus/pcix/intrface/intrface.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/lddintrf.c =================================================================== --- drivers/bus/pcix/intrface/lddintrf.c (revision 62129) +++ drivers/bus/pcix/intrface/lddintrf.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/locintrf.c =================================================================== --- drivers/bus/pcix/intrface/locintrf.c (revision 62129) +++ drivers/bus/pcix/intrface/locintrf.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/pmeintf.c =================================================================== --- drivers/bus/pcix/intrface/pmeintf.c (revision 62129) +++ drivers/bus/pcix/intrface/pmeintf.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/intrface/routintf.c =================================================================== --- drivers/bus/pcix/intrface/routintf.c (revision 62129) +++ drivers/bus/pcix/intrface/routintf.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/pci/busno.c =================================================================== --- drivers/bus/pcix/pci/busno.c (revision 62129) +++ drivers/bus/pcix/pci/busno.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: drivers/bus/pcix/pci/config.c =================================================================== --- drivers/bus/pcix/pci/config.c (revision 62129) +++ drivers/bus/pcix/pci/config.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/pci/devhere.c =================================================================== --- drivers/bus/pcix/pci/devhere.c (revision 62129) +++ drivers/bus/pcix/pci/devhere.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/pci/id.c =================================================================== --- drivers/bus/pcix/pci/id.c (revision 62129) +++ drivers/bus/pcix/pci/id.c (working copy) @@ -11,7 +11,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: drivers/bus/pcix/pci/ppbridge.c =================================================================== --- drivers/bus/pcix/pci/ppbridge.c (revision 62129) +++ drivers/bus/pcix/pci/ppbridge.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: drivers/bus/pcix/pci/romimage.c =================================================================== --- drivers/bus/pcix/pci/romimage.c (revision 62129) +++ drivers/bus/pcix/pci/romimage.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/pci/state.c =================================================================== --- drivers/bus/pcix/pci/state.c (revision 62129) +++ drivers/bus/pcix/pci/state.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/pcivrify.c =================================================================== --- drivers/bus/pcix/pcivrify.c (revision 62129) +++ drivers/bus/pcix/pcivrify.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/pdo.c =================================================================== --- drivers/bus/pcix/pdo.c (revision 62129) +++ drivers/bus/pcix/pdo.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/power.c =================================================================== --- drivers/bus/pcix/power.c (revision 62129) +++ drivers/bus/pcix/power.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/usage.c =================================================================== --- drivers/bus/pcix/usage.c (revision 62129) +++ drivers/bus/pcix/usage.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/bus/pcix/utils.c =================================================================== --- drivers/bus/pcix/utils.c (revision 62129) +++ drivers/bus/pcix/utils.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/crypto/ksecdd/dispatch.c =================================================================== --- drivers/crypto/ksecdd/dispatch.c (revision 62129) +++ drivers/crypto/ksecdd/dispatch.c (working copy) @@ -11,7 +11,9 @@ #include "ksecdd.h" #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: drivers/crypto/ksecdd/ksecdd.c =================================================================== --- drivers/crypto/ksecdd/ksecdd.c (revision 62129) +++ drivers/crypto/ksecdd/ksecdd.c (working copy) @@ -10,7 +10,9 @@ #include "ksecdd.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/crypto/ksecdd/random.c =================================================================== --- drivers/crypto/ksecdd/random.c (revision 62129) +++ drivers/crypto/ksecdd/random.c (working copy) @@ -14,7 +14,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: drivers/crypto/ksecdd/stubs.c =================================================================== --- drivers/crypto/ksecdd/stubs.c (revision 62129) +++ drivers/crypto/ksecdd/stubs.c (working copy) @@ -10,7 +10,9 @@ #include "ksecdd.h" +#ifndef NDEBUG #define NDEBUG +#endif #include Index: drivers/filesystems/cdfs/cdfs.c =================================================================== --- drivers/filesystems/cdfs/cdfs.c (revision 62129) +++ drivers/filesystems/cdfs/cdfs.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: drivers/filesystems/cdfs/cleanup.c =================================================================== --- drivers/filesystems/cdfs/cleanup.c (revision 62129) +++ drivers/filesystems/cdfs/cleanup.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/close.c =================================================================== --- drivers/filesystems/cdfs/close.c (revision 62129) +++ drivers/filesystems/cdfs/close.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/common.c =================================================================== --- drivers/filesystems/cdfs/common.c (revision 62129) +++ drivers/filesystems/cdfs/common.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/create.c =================================================================== --- drivers/filesystems/cdfs/create.c (revision 62129) +++ drivers/filesystems/cdfs/create.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/devctrl.c =================================================================== --- drivers/filesystems/cdfs/devctrl.c (revision 62129) +++ drivers/filesystems/cdfs/devctrl.c (working copy) @@ -11,7 +11,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/dirctl.c =================================================================== --- drivers/filesystems/cdfs/dirctl.c (revision 62129) +++ drivers/filesystems/cdfs/dirctl.c (working copy) @@ -30,7 +30,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/fcb.c =================================================================== --- drivers/filesystems/cdfs/fcb.c (revision 62129) +++ drivers/filesystems/cdfs/fcb.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/finfo.c =================================================================== --- drivers/filesystems/cdfs/finfo.c (revision 62129) +++ drivers/filesystems/cdfs/finfo.c (working copy) @@ -30,7 +30,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/fsctl.c =================================================================== --- drivers/filesystems/cdfs/fsctl.c (revision 62129) +++ drivers/filesystems/cdfs/fsctl.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/misc.c =================================================================== --- drivers/filesystems/cdfs/misc.c (revision 62129) +++ drivers/filesystems/cdfs/misc.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/rw.c =================================================================== --- drivers/filesystems/cdfs/rw.c (revision 62129) +++ drivers/filesystems/cdfs/rw.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/cdfs/volinfo.c =================================================================== --- drivers/filesystems/cdfs/volinfo.c (revision 62129) +++ drivers/filesystems/cdfs/volinfo.c (working copy) @@ -29,7 +29,9 @@ #include "cdfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fastfat/blockdev.c =================================================================== --- drivers/filesystems/fastfat/blockdev.c (revision 62129) +++ drivers/filesystems/fastfat/blockdev.c (working copy) @@ -11,7 +11,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: drivers/filesystems/fastfat/cleanup.c =================================================================== --- drivers/filesystems/fastfat/cleanup.c (revision 62129) +++ drivers/filesystems/fastfat/cleanup.c (working copy) @@ -10,7 +10,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fastfat/close.c =================================================================== --- drivers/filesystems/fastfat/close.c (revision 62129) +++ drivers/filesystems/fastfat/close.c (working copy) @@ -10,7 +10,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fastfat/create.c =================================================================== --- drivers/filesystems/fastfat/create.c (revision 62129) +++ drivers/filesystems/fastfat/create.c (working copy) @@ -27,7 +27,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: drivers/filesystems/fastfat/dir.c =================================================================== --- drivers/filesystems/fastfat/dir.c (revision 62129) +++ drivers/filesystems/fastfat/dir.c (working copy) @@ -12,7 +12,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fastfat/direntry.c =================================================================== --- drivers/filesystems/fastfat/direntry.c (revision 62129) +++ drivers/filesystems/fastfat/direntry.c (working copy) @@ -12,7 +12,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include ULONG Index: drivers/filesystems/fastfat/dirwr.c =================================================================== --- drivers/filesystems/fastfat/dirwr.c (revision 62129) +++ drivers/filesystems/fastfat/dirwr.c (working copy) @@ -10,7 +10,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: drivers/filesystems/fastfat/ea.c =================================================================== --- drivers/filesystems/fastfat/ea.c (revision 62129) +++ drivers/filesystems/fastfat/ea.c (working copy) @@ -27,7 +27,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: drivers/filesystems/fastfat/fastio.c =================================================================== --- drivers/filesystems/fastfat/fastio.c (revision 62129) +++ drivers/filesystems/fastfat/fastio.c (working copy) @@ -8,7 +8,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static FAST_IO_CHECK_IF_POSSIBLE VfatFastIoCheckIfPossible; Index: drivers/filesystems/fastfat/fat.c =================================================================== --- drivers/filesystems/fastfat/fat.c (revision 62129) +++ drivers/filesystems/fastfat/fat.c (working copy) @@ -11,7 +11,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: drivers/filesystems/fastfat/fcb.c =================================================================== --- drivers/filesystems/fastfat/fcb.c (revision 62129) +++ drivers/filesystems/fastfat/fcb.c (working copy) @@ -12,7 +12,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #ifdef __GNUC__ Index: drivers/filesystems/fastfat/finfo.c =================================================================== --- drivers/filesystems/fastfat/finfo.c (revision 62129) +++ drivers/filesystems/fastfat/finfo.c (working copy) @@ -12,7 +12,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: drivers/filesystems/fastfat/flush.c =================================================================== --- drivers/filesystems/fastfat/flush.c (revision 62129) +++ drivers/filesystems/fastfat/flush.c (working copy) @@ -10,7 +10,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fastfat/fsctl.c =================================================================== --- drivers/filesystems/fastfat/fsctl.c (revision 62129) +++ drivers/filesystems/fastfat/fsctl.c (working copy) @@ -27,7 +27,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fastfat/iface.c =================================================================== --- drivers/filesystems/fastfat/iface.c (revision 62129) +++ drivers/filesystems/fastfat/iface.c (working copy) @@ -27,7 +27,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *****************************************************************/ Index: drivers/filesystems/fastfat/misc.c =================================================================== --- drivers/filesystems/fastfat/misc.c (revision 62129) +++ drivers/filesystems/fastfat/misc.c (working copy) @@ -11,7 +11,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: drivers/filesystems/fastfat/pnp.c =================================================================== --- drivers/filesystems/fastfat/pnp.c (revision 62129) +++ drivers/filesystems/fastfat/pnp.c (working copy) @@ -11,7 +11,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fastfat/rw.c =================================================================== --- drivers/filesystems/fastfat/rw.c (revision 62129) +++ drivers/filesystems/fastfat/rw.c (working copy) @@ -11,7 +11,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: drivers/filesystems/fastfat/shutdown.c =================================================================== --- drivers/filesystems/fastfat/shutdown.c (revision 62129) +++ drivers/filesystems/fastfat/shutdown.c (working copy) @@ -10,7 +10,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fastfat/string.c =================================================================== --- drivers/filesystems/fastfat/string.c (revision 62129) +++ drivers/filesystems/fastfat/string.c (working copy) @@ -11,7 +11,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fastfat/volume.c =================================================================== --- drivers/filesystems/fastfat/volume.c (revision 62129) +++ drivers/filesystems/fastfat/volume.c (working copy) @@ -11,7 +11,9 @@ #include "vfat.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fs_rec/blockdev.c =================================================================== --- drivers/filesystems/fs_rec/blockdev.c (revision 62129) +++ drivers/filesystems/fs_rec/blockdev.c (working copy) @@ -14,7 +14,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fs_rec/cdfs.c =================================================================== --- drivers/filesystems/fs_rec/cdfs.c (revision 62129) +++ drivers/filesystems/fs_rec/cdfs.c (working copy) @@ -11,7 +11,9 @@ #include "fs_rec.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fs_rec/ext2.c =================================================================== --- drivers/filesystems/fs_rec/ext2.c (revision 62129) +++ drivers/filesystems/fs_rec/ext2.c (working copy) @@ -10,7 +10,9 @@ #include "fs_rec.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fs_rec/fat.c =================================================================== --- drivers/filesystems/fs_rec/fat.c (revision 62129) +++ drivers/filesystems/fs_rec/fat.c (working copy) @@ -11,7 +11,9 @@ #include "fs_rec.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fs_rec/fs_rec.c =================================================================== --- drivers/filesystems/fs_rec/fs_rec.c (revision 62129) +++ drivers/filesystems/fs_rec/fs_rec.c (working copy) @@ -11,7 +11,9 @@ #include "fs_rec.h" +#ifndef NDEBUG #define NDEBUG +#endif #include PKEVENT FsRecLoadSync; Index: drivers/filesystems/fs_rec/ntfs.c =================================================================== --- drivers/filesystems/fs_rec/ntfs.c (revision 62129) +++ drivers/filesystems/fs_rec/ntfs.c (working copy) @@ -11,7 +11,9 @@ #include "fs_rec.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/fs_rec/udfs.c =================================================================== --- drivers/filesystems/fs_rec/udfs.c (revision 62129) +++ drivers/filesystems/fs_rec/udfs.c (working copy) @@ -11,7 +11,9 @@ #include "fs_rec.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #include "udfs.h" Index: drivers/filesystems/msfs/create.c =================================================================== --- drivers/filesystems/msfs/create.c (revision 62129) +++ drivers/filesystems/msfs/create.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: drivers/filesystems/msfs/finfo.c =================================================================== --- drivers/filesystems/msfs/finfo.c (revision 62129) +++ drivers/filesystems/msfs/finfo.c (working copy) @@ -10,7 +10,9 @@ #include "msfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #undef MAILSLOT_NO_MESSAGE Index: drivers/filesystems/msfs/fsctrl.c =================================================================== --- drivers/filesystems/msfs/fsctrl.c (revision 62129) +++ drivers/filesystems/msfs/fsctrl.c (working copy) @@ -10,7 +10,9 @@ #include "msfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: drivers/filesystems/msfs/msfs.c =================================================================== --- drivers/filesystems/msfs/msfs.c (revision 62129) +++ drivers/filesystems/msfs/msfs.c (working copy) @@ -10,7 +10,9 @@ #include "msfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: drivers/filesystems/msfs/rw.c =================================================================== --- drivers/filesystems/msfs/rw.c (revision 62129) +++ drivers/filesystems/msfs/rw.c (working copy) @@ -10,7 +10,9 @@ #include "msfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: drivers/filesystems/mup/create.c =================================================================== --- drivers/filesystems/mup/create.c (revision 62129) +++ drivers/filesystems/mup/create.c (working copy) @@ -28,7 +28,9 @@ #include "mup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/mup/mup.c =================================================================== --- drivers/filesystems/mup/mup.c (revision 62129) +++ drivers/filesystems/mup/mup.c (working copy) @@ -28,7 +28,9 @@ #include "mup.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/npfs/npfs.h =================================================================== --- drivers/filesystems/npfs/npfs.h (revision 62129) +++ drivers/filesystems/npfs/npfs.h (working copy) @@ -18,7 +18,9 @@ //#define UNIMPLEMENTED //#define DPRINT1 DbgPrint +#ifndef NDEBUG #define NDEBUG +#endif #include #define TRACE(...) /* DPRINT1("%s: ", __FUNCTION__); DbgPrint(__VA_ARGS__) */ Index: drivers/filesystems/ntfs/attrib.c =================================================================== --- drivers/filesystems/ntfs/attrib.c (revision 62129) +++ drivers/filesystems/ntfs/attrib.c (working copy) @@ -28,7 +28,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/blockdev.c =================================================================== --- drivers/filesystems/ntfs/blockdev.c (revision 62129) +++ drivers/filesystems/ntfs/blockdev.c (working copy) @@ -27,7 +27,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/close.c =================================================================== --- drivers/filesystems/ntfs/close.c (revision 62129) +++ drivers/filesystems/ntfs/close.c (working copy) @@ -28,7 +28,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/create.c =================================================================== --- drivers/filesystems/ntfs/create.c (revision 62129) +++ drivers/filesystems/ntfs/create.c (working copy) @@ -27,7 +27,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/dirctl.c =================================================================== --- drivers/filesystems/ntfs/dirctl.c (revision 62129) +++ drivers/filesystems/ntfs/dirctl.c (working copy) @@ -27,7 +27,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/dispatch.c =================================================================== --- drivers/filesystems/ntfs/dispatch.c (revision 62129) +++ drivers/filesystems/ntfs/dispatch.c (working copy) @@ -28,7 +28,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/fastio.c =================================================================== --- drivers/filesystems/ntfs/fastio.c (revision 62129) +++ drivers/filesystems/ntfs/fastio.c (working copy) @@ -27,7 +27,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "ntfs.h" Index: drivers/filesystems/ntfs/fcb.c =================================================================== --- drivers/filesystems/ntfs/fcb.c (revision 62129) +++ drivers/filesystems/ntfs/fcb.c (working copy) @@ -27,7 +27,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* MACROS *******************************************************************/ Index: drivers/filesystems/ntfs/finfo.c =================================================================== --- drivers/filesystems/ntfs/finfo.c (revision 62129) +++ drivers/filesystems/ntfs/finfo.c (working copy) @@ -27,7 +27,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/fsctl.c =================================================================== --- drivers/filesystems/ntfs/fsctl.c (revision 62129) +++ drivers/filesystems/ntfs/fsctl.c (working copy) @@ -31,7 +31,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/mft.c =================================================================== --- drivers/filesystems/ntfs/mft.c (revision 62129) +++ drivers/filesystems/ntfs/mft.c (working copy) @@ -28,7 +28,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/misc.c =================================================================== --- drivers/filesystems/ntfs/misc.c (revision 62129) +++ drivers/filesystems/ntfs/misc.c (working copy) @@ -28,7 +28,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filesystems/ntfs/ntfs.c =================================================================== --- drivers/filesystems/ntfs/ntfs.c (revision 62129) +++ drivers/filesystems/ntfs/ntfs.c (working copy) @@ -28,7 +28,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *****************************************************************/ Index: drivers/filesystems/ntfs/rw.c =================================================================== --- drivers/filesystems/ntfs/rw.c (revision 62129) +++ drivers/filesystems/ntfs/rw.c (working copy) @@ -29,7 +29,9 @@ #include #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: drivers/filesystems/ntfs/volinfo.c =================================================================== --- drivers/filesystems/ntfs/volinfo.c (revision 62129) +++ drivers/filesystems/ntfs/volinfo.c (working copy) @@ -27,7 +27,9 @@ #include "ntfs.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: drivers/filters/mountmgr/database.c =================================================================== --- drivers/filters/mountmgr/database.c (revision 62129) +++ drivers/filters/mountmgr/database.c (working copy) @@ -25,7 +25,9 @@ #include "mntmgr.h" +#ifndef NDEBUG #define NDEBUG +#endif #include PWSTR DatabasePath = L"\\Registry\\Machine\\System\\MountedDevices"; Index: drivers/filters/mountmgr/device.c =================================================================== --- drivers/filters/mountmgr/device.c (revision 62129) +++ drivers/filters/mountmgr/device.c (working copy) @@ -27,7 +27,9 @@ #define MAX_DEVICES 0x3E8 /* Matches 1000 devices */ +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: drivers/filters/mountmgr/mountmgr.c =================================================================== --- drivers/filters/mountmgr/mountmgr.c (revision 62129) +++ drivers/filters/mountmgr/mountmgr.c (working copy) @@ -26,7 +26,9 @@ #include "mntmgr.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FIXME */ Index: drivers/filters/mountmgr/notify.c =================================================================== --- drivers/filters/mountmgr/notify.c (revision 62129) +++ drivers/filters/mountmgr/notify.c (working copy) @@ -28,7 +28,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: drivers/filters/mountmgr/point.c =================================================================== --- drivers/filters/mountmgr/point.c (revision 62129) +++ drivers/filters/mountmgr/point.c (working copy) @@ -25,7 +25,9 @@ #include "mntmgr.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: drivers/filters/mountmgr/symlink.c =================================================================== --- drivers/filters/mountmgr/symlink.c (revision 62129) +++ drivers/filters/mountmgr/symlink.c (working copy) @@ -25,7 +25,9 @@ #include "mntmgr.h" +#ifndef NDEBUG #define NDEBUG +#endif #include UNICODE_STRING DeviceMount = RTL_CONSTANT_STRING(MOUNTMGR_DEVICE_NAME); Index: drivers/filters/mountmgr/uniqueid.c =================================================================== --- drivers/filters/mountmgr/uniqueid.c (revision 62129) +++ drivers/filters/mountmgr/uniqueid.c (working copy) @@ -25,7 +25,9 @@ #include "mntmgr.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: drivers/hid/hidclass/fdo.c =================================================================== --- drivers/hid/hidclass/fdo.c (revision 62129) +++ drivers/hid/hidclass/fdo.c (working copy) @@ -10,7 +10,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/hid/hidclass/hidclass.c =================================================================== --- drivers/hid/hidclass/hidclass.c (revision 62129) +++ drivers/hid/hidclass/hidclass.c (working copy) @@ -10,7 +10,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static LPWSTR ClientIdentificationAddress = L"HIDCLASS"; Index: drivers/hid/hidclass/pdo.c =================================================================== --- drivers/hid/hidclass/pdo.c (revision 62129) +++ drivers/hid/hidclass/pdo.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PHIDP_COLLECTION_DESC Index: drivers/hid/hidparse/hidparse.c =================================================================== --- drivers/hid/hidparse/hidparse.c (revision 62129) +++ drivers/hid/hidparse/hidparse.c (working copy) @@ -10,7 +10,9 @@ #include "hidparse.h" +#ifndef NDEBUG #define NDEBUG +#endif #include PVOID Index: drivers/hid/hidusb/hidusb.h =================================================================== --- drivers/hid/hidusb/hidusb.h (revision 62129) +++ drivers/hid/hidusb/hidusb.h (working copy) @@ -2,7 +2,9 @@ #define _HIDPI_ #define _HIDPI_NO_FUNCTION_MACROS_ +#ifndef NDEBUG #define NDEBUG +#endif #include #include #include Index: drivers/hid/kbdhid/kbdhid.h =================================================================== --- drivers/hid/kbdhid/kbdhid.h (revision 62129) +++ drivers/hid/kbdhid/kbdhid.h (working copy) @@ -5,7 +5,9 @@ #include #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include //#include Index: drivers/hid/mouhid/mouhid.h =================================================================== --- drivers/hid/mouhid/mouhid.h (revision 62129) +++ drivers/hid/mouhid/mouhid.h (working copy) @@ -5,7 +5,9 @@ #include #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include #include Index: drivers/ksfilter/ks/allocators.c =================================================================== --- drivers/ksfilter/ks/allocators.c (revision 62129) +++ drivers/ksfilter/ks/allocators.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef enum Index: drivers/ksfilter/ks/api.c =================================================================== --- drivers/ksfilter/ks/api.c (revision 62129) +++ drivers/ksfilter/ks/api.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const GUID GUID_NULL = {0x00000000L, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}; Index: drivers/ksfilter/ks/bag.c =================================================================== --- drivers/ksfilter/ks/bag.c (revision 62129) +++ drivers/ksfilter/ks/bag.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct Index: drivers/ksfilter/ks/clocks.c =================================================================== --- drivers/ksfilter/ks/clocks.c (revision 62129) +++ drivers/ksfilter/ks/clocks.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct Index: drivers/ksfilter/ks/connectivity.c =================================================================== --- drivers/ksfilter/ks/connectivity.c (revision 62129) +++ drivers/ksfilter/ks/connectivity.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include KSPIN_INTERFACE StandardPinInterface = Index: drivers/ksfilter/ks/device.c =================================================================== --- drivers/ksfilter/ks/device.c (revision 62129) +++ drivers/ksfilter/ks/device.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/ksfilter/ks/deviceinterface.c =================================================================== --- drivers/ksfilter/ks/deviceinterface.c (revision 62129) +++ drivers/ksfilter/ks/deviceinterface.c (working copy) @@ -1,6 +1,8 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/ksfilter/ks/driver.c =================================================================== --- drivers/ksfilter/ks/driver.c (revision 62129) +++ drivers/ksfilter/ks/driver.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: drivers/ksfilter/ks/event.c =================================================================== --- drivers/ksfilter/ks/event.c (revision 62129) +++ drivers/ksfilter/ks/event.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include BOOLEAN Index: drivers/ksfilter/ks/filter.c =================================================================== --- drivers/ksfilter/ks/filter.c (revision 62129) +++ drivers/ksfilter/ks/filter.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct Index: drivers/ksfilter/ks/filterfactory.c =================================================================== --- drivers/ksfilter/ks/filterfactory.c (revision 62129) +++ drivers/ksfilter/ks/filterfactory.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct Index: drivers/ksfilter/ks/image.c =================================================================== --- drivers/ksfilter/ks/image.c (revision 62129) +++ drivers/ksfilter/ks/image.c (working copy) @@ -11,7 +11,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: drivers/ksfilter/ks/irp.c =================================================================== --- drivers/ksfilter/ks/irp.c (revision 62129) +++ drivers/ksfilter/ks/irp.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: drivers/ksfilter/ks/kcom.c =================================================================== --- drivers/ksfilter/ks/kcom.c (revision 62129) +++ drivers/ksfilter/ks/kcom.c (working copy) @@ -9,7 +9,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const GUID IID_IUnknown = {0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x46}}; Index: drivers/ksfilter/ks/methods.c =================================================================== --- drivers/ksfilter/ks/methods.c (revision 62129) +++ drivers/ksfilter/ks/methods.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/ksfilter/ks/misc.c =================================================================== --- drivers/ksfilter/ks/misc.c (revision 62129) +++ drivers/ksfilter/ks/misc.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: drivers/ksfilter/ks/pin.c =================================================================== --- drivers/ksfilter/ks/pin.c (revision 62129) +++ drivers/ksfilter/ks/pin.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _KSISTREAM_POINTER Index: drivers/ksfilter/ks/property.c =================================================================== --- drivers/ksfilter/ks/property.c (revision 62129) +++ drivers/ksfilter/ks/property.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const GUID KSPROPTYPESETID_General = {0x97E99BA0L, 0xBDEA, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}}; Index: drivers/ksfilter/ks/swenum.c =================================================================== --- drivers/ksfilter/ks/swenum.c (revision 62129) +++ drivers/ksfilter/ks/swenum.c (working copy) @@ -11,7 +11,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include LONG KsDeviceCount = 0; Index: drivers/ksfilter/ks/topology.c =================================================================== --- drivers/ksfilter/ks/topology.c (revision 62129) +++ drivers/ksfilter/ks/topology.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/ksfilter/ks/unknown.c =================================================================== --- drivers/ksfilter/ks/unknown.c (revision 62129) +++ drivers/ksfilter/ks/unknown.c (working copy) @@ -9,7 +9,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #ifdef _X86_ Index: drivers/ksfilter/ks/worker.c =================================================================== --- drivers/ksfilter/ks/worker.c (revision 62129) +++ drivers/ksfilter/ks/worker.c (working copy) @@ -8,7 +8,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* =============================================================== Index: drivers/network/dd/pcnet/pcnet.c =================================================================== --- drivers/network/dd/pcnet/pcnet.c (revision 62129) +++ drivers/network/dd/pcnet/pcnet.c (working copy) @@ -40,7 +40,9 @@ #include "pcnet.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/network/dd/pcnet/requests.c =================================================================== --- drivers/network/dd/pcnet/requests.c (revision 62129) +++ drivers/network/dd/pcnet/requests.c (working copy) @@ -35,7 +35,9 @@ #include "pcnet.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* List of supported OIDs */ Index: drivers/network/dd/rtl8139/hardware.c =================================================================== --- drivers/network/dd/rtl8139/hardware.c (revision 62129) +++ drivers/network/dd/rtl8139/hardware.c (working copy) @@ -21,7 +21,9 @@ #include "nic.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NDIS_STATUS Index: drivers/network/dd/rtl8139/info.c =================================================================== --- drivers/network/dd/rtl8139/info.c (revision 62129) +++ drivers/network/dd/rtl8139/info.c (working copy) @@ -21,7 +21,9 @@ #include "nic.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static ULONG SupportedOidList[] = Index: drivers/network/dd/rtl8139/interrupt.c =================================================================== --- drivers/network/dd/rtl8139/interrupt.c (revision 62129) +++ drivers/network/dd/rtl8139/interrupt.c (working copy) @@ -21,7 +21,9 @@ #include "nic.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: drivers/network/dd/rtl8139/ndis.c =================================================================== --- drivers/network/dd/rtl8139/ndis.c (revision 62129) +++ drivers/network/dd/rtl8139/ndis.c (working copy) @@ -21,7 +21,9 @@ #include "nic.h" +#ifndef NDEBUG #define NDEBUG +#endif #include ULONG DebugTraceLevel = MIN_TRACE; Index: drivers/network/ndisuio/misc.c =================================================================== --- drivers/network/ndisuio/misc.c (revision 62129) +++ drivers/network/ndisuio/misc.c (working copy) @@ -8,7 +8,9 @@ #include "ndisuio.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NDIS_STATUS Index: drivers/network/ndisuio/protocol.c =================================================================== --- drivers/network/ndisuio/protocol.c (revision 62129) +++ drivers/network/ndisuio/protocol.c (working copy) @@ -8,7 +8,9 @@ #include "ndisuio.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: drivers/network/ndisuio/readwrite.c =================================================================== --- drivers/network/ndisuio/readwrite.c (revision 62129) +++ drivers/network/ndisuio/readwrite.c (working copy) @@ -8,7 +8,9 @@ #include "ndisuio.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static Index: drivers/setup/blue/blue.c =================================================================== --- drivers/setup/blue/blue.c (revision 62129) +++ drivers/setup/blue/blue.c (working copy) @@ -12,7 +12,9 @@ #include "blue.h" +#ifndef NDEBUG #define NDEBUG +#endif #include // ROS Internal. Please deprecate. Index: drivers/setup/blue/font.c =================================================================== --- drivers/setup/blue/font.c (revision 62129) +++ drivers/setup/blue/font.c (working copy) @@ -14,7 +14,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID OpenBitPlane(); Index: drivers/storage/class/disk/disk.c =================================================================== --- drivers/storage/class/disk/disk.c (revision 62129) +++ drivers/storage/class/disk/disk.c (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define IO_WRITE_CACHE_ENABLED ((NTSTATUS)0x80040020L) Index: drivers/storage/class/ramdisk/ramdisk.c =================================================================== --- drivers/storage/class/ramdisk/ramdisk.c (revision 62129) +++ drivers/storage/class/ramdisk/ramdisk.c (working copy) @@ -25,7 +25,9 @@ #include #include "../../../filesystems/fs_rec/fs_rec.h" #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define DO_XIP 0x00020000 Index: drivers/storage/fdc/fdc/fdc.c =================================================================== --- drivers/storage/fdc/fdc/fdc.c (revision 62129) +++ drivers/storage/fdc/fdc/fdc.c (working copy) @@ -10,7 +10,9 @@ #include "fdc.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: drivers/storage/fdc/fdc/misc.c =================================================================== --- drivers/storage/fdc/fdc/misc.c (revision 62129) +++ drivers/storage/fdc/fdc/misc.c (working copy) @@ -10,7 +10,9 @@ #include "fdc.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: drivers/storage/ide/pciide/pciide.c =================================================================== --- drivers/storage/ide/pciide/pciide.c (revision 62129) +++ drivers/storage/ide/pciide/pciide.c (working copy) @@ -8,7 +8,9 @@ #include "pciide.h" +#ifndef NDEBUG #define NDEBUG +#endif #include IDE_CHANNEL_STATE NTAPI Index: drivers/storage/ide/pciidex/fdo.c =================================================================== --- drivers/storage/ide/pciidex/fdo.c (revision 62129) +++ drivers/storage/ide/pciidex/fdo.c (working copy) @@ -8,7 +8,9 @@ #include "pciidex.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: drivers/storage/ide/pciidex/miniport.c =================================================================== --- drivers/storage/ide/pciidex/miniport.c (revision 62129) +++ drivers/storage/ide/pciidex/miniport.c (working copy) @@ -8,7 +8,9 @@ #include "pciidex.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static DRIVER_DISPATCH PciIdeXForwardOrIgnore; Index: drivers/storage/ide/pciidex/misc.c =================================================================== --- drivers/storage/ide/pciidex/misc.c (revision 62129) +++ drivers/storage/ide/pciidex/misc.c (working copy) @@ -8,7 +8,9 @@ #include "pciidex.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS NTAPI Index: drivers/storage/ide/pciidex/pciidex.c =================================================================== --- drivers/storage/ide/pciidex/pciidex.c (revision 62129) +++ drivers/storage/ide/pciidex/pciidex.c (working copy) @@ -8,7 +8,9 @@ #include "pciidex.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS NTAPI Index: drivers/storage/ide/pciidex/pdo.c =================================================================== --- drivers/storage/ide/pciidex/pdo.c (revision 62129) +++ drivers/storage/ide/pciidex/pdo.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static NTSTATUS Index: drivers/storage/scsiport/scsiport.c =================================================================== --- drivers/storage/scsiport/scsiport.c (revision 62129) +++ drivers/storage/scsiport/scsiport.c (working copy) @@ -35,7 +35,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "scsiport_int.h" Index: drivers/storage/scsiport/stubs.c =================================================================== --- drivers/storage/scsiport/stubs.c (revision 62129) +++ drivers/storage/scsiport/stubs.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #undef ScsiPortReadPortBufferUchar Index: drivers/usb/usbccgp/descriptor.c =================================================================== --- drivers/usb/usbccgp/descriptor.c (revision 62129) +++ drivers/usb/usbccgp/descriptor.c (working copy) @@ -11,7 +11,9 @@ #include "usbccgp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbccgp/fdo.c =================================================================== --- drivers/usb/usbccgp/fdo.c (revision 62129) +++ drivers/usb/usbccgp/fdo.c (working copy) @@ -11,7 +11,9 @@ #include "usbccgp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbccgp/function.c =================================================================== --- drivers/usb/usbccgp/function.c (revision 62129) +++ drivers/usb/usbccgp/function.c (working copy) @@ -11,7 +11,9 @@ #include "usbccgp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbccgp/misc.c =================================================================== --- drivers/usb/usbccgp/misc.c (revision 62129) +++ drivers/usb/usbccgp/misc.c (working copy) @@ -11,7 +11,9 @@ #include "usbccgp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Driver verifier */ Index: drivers/usb/usbccgp/pdo.c =================================================================== --- drivers/usb/usbccgp/pdo.c (revision 62129) +++ drivers/usb/usbccgp/pdo.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbccgp/usbccgp.c =================================================================== --- drivers/usb/usbccgp/usbccgp.c (revision 62129) +++ drivers/usb/usbccgp/usbccgp.c (working copy) @@ -11,7 +11,9 @@ #include "usbccgp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Driver verifier */ Index: drivers/usb/usbd/usbd.c =================================================================== --- drivers/usb/usbd/usbd.c (revision 62129) +++ drivers/usb/usbd/usbd.c (working copy) @@ -33,7 +33,9 @@ */ #define _USBD_ +#ifndef NDEBUG #define NDEBUG +#endif #include #include #include Index: drivers/usb/usbehci/hardware.cpp =================================================================== --- drivers/usb/usbehci/hardware.cpp (revision 62129) +++ drivers/usb/usbehci/hardware.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbehci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef VOID __stdcall HD_INIT_CALLBACK(IN PVOID CallBackContext); Index: drivers/usb/usbehci/usb_queue.cpp =================================================================== --- drivers/usb/usbehci/usb_queue.cpp (revision 62129) +++ drivers/usb/usbehci/usb_queue.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbehci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include class CUSBQueue : public IEHCIQueue Index: drivers/usb/usbehci/usb_request.cpp =================================================================== --- drivers/usb/usbehci/usb_request.cpp (revision 62129) +++ drivers/usb/usbehci/usb_request.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbehci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include class CUSBRequest : public IEHCIRequest Index: drivers/usb/usbehci/usbehci.cpp =================================================================== --- drivers/usb/usbehci/usbehci.cpp (revision 62129) +++ drivers/usb/usbehci/usbehci.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbehci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include extern Index: drivers/usb/usbhub/fdo.c =================================================================== --- drivers/usb/usbhub/fdo.c (revision 62129) +++ drivers/usb/usbhub/fdo.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbhub/hub_fdo.c =================================================================== --- drivers/usb/usbhub/hub_fdo.c (revision 62129) +++ drivers/usb/usbhub/hub_fdo.c (working copy) @@ -10,7 +10,9 @@ #include "usbhub.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbhub/misc.c =================================================================== --- drivers/usb/usbhub/misc.c (revision 62129) +++ drivers/usb/usbhub/misc.c (working copy) @@ -10,7 +10,9 @@ #include "usbhub.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: drivers/usb/usbhub/pdo.c =================================================================== --- drivers/usb/usbhub/pdo.c (revision 62129) +++ drivers/usb/usbhub/pdo.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define IO_METHOD_FROM_CTL_CODE(ctlCode) (ctlCode&0x00000003) Index: drivers/usb/usbhub/usbhub.c =================================================================== --- drivers/usb/usbhub/usbhub.c (revision 62129) +++ drivers/usb/usbhub/usbhub.c (working copy) @@ -11,7 +11,9 @@ #include "usbhub.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS NTAPI Index: drivers/usb/usbohci/hardware.cpp =================================================================== --- drivers/usb/usbohci/hardware.cpp (revision 62129) +++ drivers/usb/usbohci/hardware.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbohci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef VOID __stdcall HD_INIT_CALLBACK(IN PVOID CallBackContext); Index: drivers/usb/usbohci/usb_queue.cpp =================================================================== --- drivers/usb/usbohci/usb_queue.cpp (revision 62129) +++ drivers/usb/usbohci/usb_queue.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbohci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include class CUSBQueue : public IOHCIQueue Index: drivers/usb/usbohci/usb_request.cpp =================================================================== --- drivers/usb/usbohci/usb_request.cpp (revision 62129) +++ drivers/usb/usbohci/usb_request.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbohci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include class CUSBRequest : public IOHCIRequest Index: drivers/usb/usbohci/usbohci.cpp =================================================================== --- drivers/usb/usbohci/usbohci.cpp (revision 62129) +++ drivers/usb/usbohci/usbohci.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbohci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include extern Index: drivers/usb/usbstor/descriptor.c =================================================================== --- drivers/usb/usbstor/descriptor.c (revision 62129) +++ drivers/usb/usbstor/descriptor.c (working copy) @@ -11,7 +11,9 @@ #include "usbstor.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbstor/disk.c =================================================================== --- drivers/usb/usbstor/disk.c (revision 62129) +++ drivers/usb/usbstor/disk.c (working copy) @@ -11,7 +11,9 @@ #include "usbstor.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbstor/error.c =================================================================== --- drivers/usb/usbstor/error.c (revision 62129) +++ drivers/usb/usbstor/error.c (working copy) @@ -11,7 +11,9 @@ #include "usbstor.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbstor/fdo.c =================================================================== --- drivers/usb/usbstor/fdo.c (revision 62129) +++ drivers/usb/usbstor/fdo.c (working copy) @@ -11,7 +11,9 @@ #include "usbstor.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: drivers/usb/usbstor/misc.c =================================================================== --- drivers/usb/usbstor/misc.c (revision 62129) +++ drivers/usb/usbstor/misc.c (working copy) @@ -11,7 +11,9 @@ #include "usbstor.h" +#ifndef NDEBUG #define NDEBUG +#endif #include // Index: drivers/usb/usbstor/pdo.c =================================================================== --- drivers/usb/usbstor/pdo.c (revision 62129) +++ drivers/usb/usbstor/pdo.c (working copy) @@ -11,7 +11,9 @@ #include "usbstor.h" +#ifndef NDEBUG #define NDEBUG +#endif #include LPCSTR Index: drivers/usb/usbstor/queue.c =================================================================== --- drivers/usb/usbstor/queue.c (revision 62129) +++ drivers/usb/usbstor/queue.c (working copy) @@ -11,7 +11,9 @@ #include "usbstor.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: drivers/usb/usbstor/scsi.c =================================================================== --- drivers/usb/usbstor/scsi.c (revision 62129) +++ drivers/usb/usbstor/scsi.c (working copy) @@ -11,7 +11,9 @@ #include "usbstor.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/usb/usbstor/usbstor.c =================================================================== --- drivers/usb/usbstor/usbstor.c (revision 62129) +++ drivers/usb/usbstor/usbstor.c (working copy) @@ -12,7 +12,9 @@ #include "usbstor.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC AND PRIVATE FUNCTIONS **********************************************/ Index: drivers/usb/usbuhci/hardware.cpp =================================================================== --- drivers/usb/usbuhci/hardware.cpp (revision 62129) +++ drivers/usb/usbuhci/hardware.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbuhci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef VOID __stdcall HD_INIT_CALLBACK(IN PVOID CallBackContext); Index: drivers/usb/usbuhci/usb_queue.cpp =================================================================== --- drivers/usb/usbuhci/usb_queue.cpp (revision 62129) +++ drivers/usb/usbuhci/usb_queue.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbuhci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include class CUSBQueue : public IUHCIQueue Index: drivers/usb/usbuhci/usb_request.cpp =================================================================== --- drivers/usb/usbuhci/usb_request.cpp (revision 62129) +++ drivers/usb/usbuhci/usb_request.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbuhci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include class CUSBRequest : public IUHCIRequest Index: drivers/usb/usbuhci/usbuhci.cpp =================================================================== --- drivers/usb/usbuhci/usbuhci.cpp (revision 62129) +++ drivers/usb/usbuhci/usbuhci.cpp (working copy) @@ -10,7 +10,9 @@ #include "usbuhci.h" +#ifndef NDEBUG #define NDEBUG +#endif #include extern Index: drivers/wdm/audio/backpln/portcls/adapter.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/adapter.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/adapter.cpp (working copy) @@ -12,8 +12,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/api.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/api.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/api.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/connection.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/connection.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/connection.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/dispatcher.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/dispatcher.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/dispatcher.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/dll.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/dll.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/dll.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/dma_slave.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/dma_slave.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/dma_slave.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/drm.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/drm.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/drm.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/drm_port.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/drm_port.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/drm_port.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/filter_dmus.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/filter_dmus.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/filter_dmus.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/filter_topology.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/filter_topology.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/filter_topology.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/filter_wavecyclic.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/filter_wavecyclic.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/filter_wavecyclic.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/filter_wavepci.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/filter_wavepci.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/filter_wavepci.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/filter_wavert.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/filter_wavert.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/filter_wavert.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/interrupt.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/interrupt.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/interrupt.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/irp.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/irp.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/irp.cpp (working copy) @@ -12,8 +12,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/irpstream.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/irpstream.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/irpstream.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/miniport.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/miniport.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/miniport.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/miniport_dmus.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/miniport_dmus.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/miniport_dmus.cpp (working copy) @@ -10,8 +10,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/miniport_fmsynth.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/miniport_fmsynth.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/miniport_fmsynth.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/pin_dmus.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/pin_dmus.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/pin_dmus.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/pin_wavecyclic.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/pin_wavecyclic.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/pin_wavecyclic.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/pin_wavepci.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/pin_wavepci.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/pin_wavepci.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/pin_wavert.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/pin_wavert.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/pin_wavert.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/pool.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/pool.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/pool.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/port.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/port.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/port.cpp (working copy) @@ -10,8 +10,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/port_dmus.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/port_dmus.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/port_dmus.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/port_topology.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/port_topology.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/port_topology.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/port_wavecyclic.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/port_wavecyclic.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/port_wavecyclic.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/port_wavepci.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/port_wavepci.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/port_wavepci.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/port_wavert.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/port_wavert.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/port_wavert.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/port_wavertstream.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/port_wavertstream.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/port_wavertstream.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/power.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/power.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/power.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/propertyhandler.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/propertyhandler.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/propertyhandler.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/purecall.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/purecall.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/purecall.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/registry.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/registry.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/registry.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/resource.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/resource.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/resource.cpp (working copy) @@ -12,8 +12,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/service_group.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/service_group.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/service_group.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/undoc.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/undoc.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/undoc.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/unregister.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/unregister.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/unregister.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/backpln/portcls/version.cpp =================================================================== --- drivers/wdm/audio/backpln/portcls/version.cpp (revision 62129) +++ drivers/wdm/audio/backpln/portcls/version.cpp (working copy) @@ -9,8 +9,10 @@ #include "private.hpp" #ifndef YDEBUG +#ifndef NDEBUG #define NDEBUG #endif +#endif #include Index: drivers/wdm/audio/legacy/wdmaud/control.c =================================================================== --- drivers/wdm/audio/legacy/wdmaud/control.c (revision 62129) +++ drivers/wdm/audio/legacy/wdmaud/control.c (working copy) @@ -9,7 +9,9 @@ #include "wdmaud.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const GUID KSPROPSETID_Sysaudio = {0xCBE3FAA0L, 0xCC75, 0x11D0, {0xB4, 0x65, 0x00, 0x00, 0x1A, 0x18, 0x18, 0xE6}}; Index: drivers/wdm/audio/legacy/wdmaud/deviface.c =================================================================== --- drivers/wdm/audio/legacy/wdmaud/deviface.c (revision 62129) +++ drivers/wdm/audio/legacy/wdmaud/deviface.c (working copy) @@ -9,7 +9,9 @@ #include "wdmaud.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/wdm/audio/legacy/wdmaud/entry.c =================================================================== --- drivers/wdm/audio/legacy/wdmaud/entry.c (revision 62129) +++ drivers/wdm/audio/legacy/wdmaud/entry.c (working copy) @@ -9,7 +9,9 @@ #include "wdmaud.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const GUID KSCATEGORY_SYSAUDIO = {0xA7C7A5B1L, 0x5AF3, 0x11D1, {0x9C, 0xED, 0x00, 0xA0, 0x24, 0xBF, 0x04, 0x07}}; Index: drivers/wdm/audio/legacy/wdmaud/mmixer.c =================================================================== --- drivers/wdm/audio/legacy/wdmaud/mmixer.c (revision 62129) +++ drivers/wdm/audio/legacy/wdmaud/mmixer.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PVOID Alloc(ULONG NumBytes); Index: drivers/wdm/audio/legacy/wdmaud/sup.c =================================================================== --- drivers/wdm/audio/legacy/wdmaud/sup.c (revision 62129) +++ drivers/wdm/audio/legacy/wdmaud/sup.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PVOID Index: drivers/wdm/audio/sysaudio/control.c =================================================================== --- drivers/wdm/audio/sysaudio/control.c (revision 62129) +++ drivers/wdm/audio/sysaudio/control.c (working copy) @@ -8,7 +8,9 @@ #include "sysaudio.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const GUID KSPROPSETID_Sysaudio = {0xCBE3FAA0L, 0xCC75, 0x11D0, {0xB4, 0x65, 0x00, 0x00, 0x1A, 0x18, 0x18, 0xE6}}; Index: drivers/wdm/audio/sysaudio/deviface.c =================================================================== --- drivers/wdm/audio/sysaudio/deviface.c (revision 62129) +++ drivers/wdm/audio/sysaudio/deviface.c (working copy) @@ -8,7 +8,9 @@ #include "sysaudio.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const GUID GUID_DEVICE_INTERFACE_ARRIVAL = {0xCB3A4004L, 0x46F0, 0x11D0, {0xB0, 0x8F, 0x00, 0x60, 0x97, 0x13, 0x05, 0x3F}}; Index: drivers/wdm/audio/sysaudio/dispatcher.c =================================================================== --- drivers/wdm/audio/sysaudio/dispatcher.c (revision 62129) +++ drivers/wdm/audio/sysaudio/dispatcher.c (working copy) @@ -8,7 +8,9 @@ #include "sysaudio.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/wdm/audio/sysaudio/main.c =================================================================== --- drivers/wdm/audio/sysaudio/main.c (revision 62129) +++ drivers/wdm/audio/sysaudio/main.c (working copy) @@ -11,7 +11,9 @@ #include "sysaudio.h" +#ifndef NDEBUG #define NDEBUG +#endif #include const GUID KSCATEGORY_SYSAUDIO = {0xA7C7A5B1L, 0x5AF3, 0x11D1, {0x9C, 0xED, 0x00, 0xA0, 0x24, 0xBF, 0x04, 0x07}}; Index: drivers/wdm/audio/sysaudio/pin.c =================================================================== --- drivers/wdm/audio/sysaudio/pin.c (revision 62129) +++ drivers/wdm/audio/sysaudio/pin.c (working copy) @@ -8,7 +8,9 @@ #include "sysaudio.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: drivers/wmi/wmilib.c =================================================================== --- drivers/wmi/wmilib.c (revision 62129) +++ drivers/wmi/wmilib.c (working copy) @@ -13,7 +13,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: hal/halx86/acpi/busemul.c =================================================================== --- hal/halx86/acpi/busemul.c (revision 62129) +++ hal/halx86/acpi/busemul.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/acpi/halacpi.c =================================================================== --- hal/halx86/acpi/halacpi.c (revision 62129) +++ hal/halx86/acpi/halacpi.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/acpi/halpnpdd.c =================================================================== --- hal/halx86/acpi/halpnpdd.c (revision 62129) +++ hal/halx86/acpi/halpnpdd.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef enum _EXTENSION_TYPE Index: hal/halx86/apic/apic.c =================================================================== --- hal/halx86/apic/apic.c (revision 62129) +++ hal/halx86/apic/apic.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "apic.h" Index: hal/halx86/apic/apictimer.c =================================================================== --- hal/halx86/apic/apictimer.c (revision 62129) +++ hal/halx86/apic/apictimer.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "apic.h" Index: hal/halx86/apic/halinit_apic.c =================================================================== --- hal/halx86/apic/halinit_apic.c (revision 62129) +++ hal/halx86/apic/halinit_apic.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "apic.h" Index: hal/halx86/apic/rtctimer.c =================================================================== --- hal/halx86/apic/rtctimer.c (revision 62129) +++ hal/halx86/apic/rtctimer.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: hal/halx86/apic/tsc.c =================================================================== --- hal/halx86/apic/tsc.c (revision 62129) +++ hal/halx86/apic/tsc.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "tsc.h" Index: hal/halx86/generic/beep.c =================================================================== --- hal/halx86/generic/beep.c (revision 62129) +++ hal/halx86/generic/beep.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: hal/halx86/generic/bios.c =================================================================== --- hal/halx86/generic/bios.c (revision 62129) +++ hal/halx86/generic/bios.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: hal/halx86/generic/cmos.c =================================================================== --- hal/halx86/generic/cmos.c (revision 62129) +++ hal/halx86/generic/cmos.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: hal/halx86/generic/display.c =================================================================== --- hal/halx86/generic/display.c (revision 62129) +++ hal/halx86/generic/display.c (working copy) @@ -7,7 +7,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: hal/halx86/generic/dma.c =================================================================== --- hal/halx86/generic/dma.c (revision 62129) +++ hal/halx86/generic/dma.c (working copy) @@ -74,7 +74,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MAX_SG_ELEMENTS 0x10 Index: hal/halx86/generic/drive.c =================================================================== --- hal/halx86/generic/drive.c (revision 62129) +++ hal/halx86/generic/drive.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: hal/halx86/generic/halinit.c =================================================================== --- hal/halx86/generic/halinit.c (revision 62129) +++ hal/halx86/generic/halinit.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: hal/halx86/generic/memory.c =================================================================== --- hal/halx86/generic/memory.c (revision 62129) +++ hal/halx86/generic/memory.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Share with Mm headers? */ Index: hal/halx86/generic/misc.c =================================================================== --- hal/halx86/generic/misc.c (revision 62129) +++ hal/halx86/generic/misc.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: hal/halx86/generic/portio.c =================================================================== --- hal/halx86/generic/portio.c (revision 62129) +++ hal/halx86/generic/portio.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include // Index: hal/halx86/generic/profil.c =================================================================== --- hal/halx86/generic/profil.c (revision 62129) +++ hal/halx86/generic/profil.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: hal/halx86/generic/reboot.c =================================================================== --- hal/halx86/generic/reboot.c (revision 62129) +++ hal/halx86/generic/reboot.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define GetPteAddress(x) (PHARDWARE_PTE)(((((ULONG_PTR)(x)) >> 12) << 2) + 0xC0000000) Index: hal/halx86/generic/spinlock.c =================================================================== --- hal/halx86/generic/spinlock.c (revision 62129) +++ hal/halx86/generic/spinlock.c (working copy) @@ -11,7 +11,9 @@ /* This file is compiled twice. Once for UP and once for MP */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: hal/halx86/generic/sysinfo.c =================================================================== --- hal/halx86/generic/sysinfo.c (revision 62129) +++ hal/halx86/generic/sysinfo.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: hal/halx86/generic/timer.c =================================================================== --- hal/halx86/generic/timer.c (revision 62129) +++ hal/halx86/generic/timer.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: hal/halx86/generic/usage.c =================================================================== --- hal/halx86/generic/usage.c (revision 62129) +++ hal/halx86/generic/usage.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/legacy/bus/bushndlr.c =================================================================== --- hal/halx86/legacy/bus/bushndlr.c (revision 62129) +++ hal/halx86/legacy/bus/bushndlr.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/legacy/bus/cmosbus.c =================================================================== --- hal/halx86/legacy/bus/cmosbus.c (revision 62129) +++ hal/halx86/legacy/bus/cmosbus.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/legacy/bus/isabus.c =================================================================== --- hal/halx86/legacy/bus/isabus.c (revision 62129) +++ hal/halx86/legacy/bus/isabus.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/legacy/bus/pcibus.c =================================================================== --- hal/halx86/legacy/bus/pcibus.c (revision 62129) +++ hal/halx86/legacy/bus/pcibus.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: hal/halx86/legacy/bus/sysbus.c =================================================================== --- hal/halx86/legacy/bus/sysbus.c (revision 62129) +++ hal/halx86/legacy/bus/sysbus.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/legacy/bussupp.c =================================================================== --- hal/halx86/legacy/bussupp.c (revision 62129) +++ hal/halx86/legacy/bussupp.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/legacy/halpcat.c =================================================================== --- hal/halx86/legacy/halpcat.c (revision 62129) +++ hal/halx86/legacy/halpcat.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/legacy/halpnpdd.c =================================================================== --- hal/halx86/legacy/halpnpdd.c (revision 62129) +++ hal/halx86/legacy/halpnpdd.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef enum _EXTENSION_TYPE Index: hal/halx86/up/halinit_mini.c =================================================================== --- hal/halx86/up/halinit_mini.c (revision 62129) +++ hal/halx86/up/halinit_mini.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: hal/halx86/up/halinit_up.c =================================================================== --- hal/halx86/up/halinit_up.c (revision 62129) +++ hal/halx86/up/halinit_up.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: hal/halx86/up/pic.c =================================================================== --- hal/halx86/up/pic.c (revision 62129) +++ hal/halx86/up/pic.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: hal/halx86/up/processor.c =================================================================== --- hal/halx86/up/processor.c (revision 62129) +++ hal/halx86/up/processor.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include KAFFINITY HalpActiveProcessors; Index: lib/cmlib/cminit.c =================================================================== --- lib/cmlib/cminit.c (revision 62129) +++ lib/cmlib/cminit.c (working copy) @@ -6,7 +6,9 @@ */ #include "cmlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include ULONG CmlibTraceLevel = 0; Index: lib/cmlib/cmtools.c =================================================================== --- lib/cmlib/cmtools.c (revision 62129) +++ lib/cmlib/cmtools.c (working copy) @@ -6,7 +6,9 @@ */ #include "cmlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include BOOLEAN Index: lib/cmlib/hivecell.c =================================================================== --- lib/cmlib/hivecell.c (revision 62129) +++ lib/cmlib/hivecell.c (working copy) @@ -6,7 +6,9 @@ */ #include "cmlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static __inline PHCELL CMAPI Index: lib/cmlib/hiveinit.c =================================================================== --- lib/cmlib/hiveinit.c (revision 62129) +++ lib/cmlib/hiveinit.c (working copy) @@ -6,7 +6,9 @@ */ #include "cmlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /** Index: lib/cmlib/hivewrt.c =================================================================== --- lib/cmlib/hivewrt.c (revision 62129) +++ lib/cmlib/hivewrt.c (working copy) @@ -6,7 +6,9 @@ */ #include "cmlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static BOOLEAN CMAPI Index: lib/cportlib/cport.c =================================================================== --- lib/cportlib/cport.c (revision 62129) +++ lib/cportlib/cport.c (working copy) @@ -36,7 +36,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: lib/drivers/chew/workqueue.c =================================================================== --- lib/drivers/chew/workqueue.c (revision 62129) +++ lib/drivers/chew/workqueue.c (working copy) @@ -10,7 +10,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif //#include #define FOURCC(w,x,y,z) (((w) << 24) | ((x) << 16) | ((y) << 8) | (z)) Index: lib/drivers/hidparser/api.c =================================================================== --- lib/drivers/hidparser/api.c (revision 62129) +++ lib/drivers/hidparser/api.c (working copy) @@ -10,7 +10,9 @@ #include "parser.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static ULONG KeyboardScanCodes[256] = Index: lib/drivers/hidparser/context.c =================================================================== --- lib/drivers/hidparser/context.c (revision 62129) +++ lib/drivers/hidparser/context.c (working copy) @@ -10,7 +10,9 @@ #include "parser.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct Index: lib/drivers/hidparser/hidparser.c =================================================================== --- lib/drivers/hidparser/hidparser.c (revision 62129) +++ lib/drivers/hidparser/hidparser.c (working copy) @@ -10,7 +10,9 @@ #include "parser.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: lib/drivers/hidparser/parser.c =================================================================== --- lib/drivers/hidparser/parser.c (revision 62129) +++ lib/drivers/hidparser/parser.c (working copy) @@ -10,7 +10,9 @@ #include "parser.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static UCHAR ItemSize[4] = { 0, 1, 2, 4 }; Index: lib/drivers/libusb/hcd_controller.cpp =================================================================== --- lib/drivers/libusb/hcd_controller.cpp (revision 62129) +++ lib/drivers/libusb/hcd_controller.cpp (working copy) @@ -10,7 +10,9 @@ #include "libusb.h" +#ifndef NDEBUG #define NDEBUG +#endif #include class CHCDController : public IHCDController, Index: lib/drivers/libusb/hub_controller.cpp =================================================================== --- lib/drivers/libusb/hub_controller.cpp (revision 62129) +++ lib/drivers/libusb/hub_controller.cpp (working copy) @@ -10,7 +10,9 @@ #include "libusb.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID StatusChangeEndpointCallBack( Index: lib/drivers/libusb/libusb.cpp =================================================================== --- lib/drivers/libusb/libusb.cpp (revision 62129) +++ lib/drivers/libusb/libusb.cpp (working copy) @@ -10,7 +10,9 @@ #include "libusb.h" +#ifndef NDEBUG #define NDEBUG +#endif #include // Index: lib/drivers/libusb/memory_manager.cpp =================================================================== --- lib/drivers/libusb/memory_manager.cpp (revision 62129) +++ lib/drivers/libusb/memory_manager.cpp (working copy) @@ -10,7 +10,9 @@ #include "libusb.h" +#ifndef NDEBUG #define NDEBUG +#endif #include class CDMAMemoryManager : public IDMAMemoryManager Index: lib/drivers/libusb/misc.cpp =================================================================== --- lib/drivers/libusb/misc.cpp (revision 62129) +++ lib/drivers/libusb/misc.cpp (working copy) @@ -10,7 +10,9 @@ #include "libusb.h" +#ifndef NDEBUG #define NDEBUG +#endif #include // Index: lib/drivers/libusb/purecall.cpp =================================================================== --- lib/drivers/libusb/purecall.cpp (revision 62129) +++ lib/drivers/libusb/purecall.cpp (working copy) @@ -10,7 +10,9 @@ #include "libusb.h" +#ifndef NDEBUG #define NDEBUG +#endif #include extern "C" { Index: lib/drivers/libusb/usb_device.cpp =================================================================== --- lib/drivers/libusb/usb_device.cpp (revision 62129) +++ lib/drivers/libusb/usb_device.cpp (working copy) @@ -10,7 +10,9 @@ #include "libusb.h" +#ifndef NDEBUG #define NDEBUG +#endif #include class CUSBDevice : public IUSBDevice Index: lib/fslib/ntfslib/ntfslib.c =================================================================== --- lib/fslib/ntfslib/ntfslib.c (revision 62129) +++ lib/fslib/ntfslib/ntfslib.c (working copy) @@ -7,7 +7,9 @@ */ #include "ntfslib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS NTAPI Index: lib/fslib/vfatlib/check/boot.c =================================================================== --- lib/fslib/vfatlib/check/boot.c (revision 62129) +++ lib/fslib/vfatlib/check/boot.c (working copy) @@ -7,7 +7,9 @@ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include Index: lib/fslib/vfatlib/check/check.c =================================================================== --- lib/fslib/vfatlib/check/check.c (revision 62129) +++ lib/fslib/vfatlib/check/check.c (working copy) @@ -7,7 +7,9 @@ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #include "lfn.h" Index: lib/fslib/vfatlib/check/common.c =================================================================== --- lib/fslib/vfatlib/check/common.c (revision 62129) +++ lib/fslib/vfatlib/check/common.c (working copy) @@ -8,7 +8,9 @@ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include Index: lib/fslib/vfatlib/check/fat.c =================================================================== --- lib/fslib/vfatlib/check/fat.c (revision 62129) +++ lib/fslib/vfatlib/check/fat.c (working copy) @@ -8,7 +8,9 @@ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #include "check.h" Index: lib/fslib/vfatlib/check/file.c =================================================================== --- lib/fslib/vfatlib/check/file.c (revision 62129) +++ lib/fslib/vfatlib/check/file.c (working copy) @@ -7,7 +7,9 @@ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include FDSC *fp_root = NULL; Index: lib/fslib/vfatlib/check/io.c =================================================================== --- lib/fslib/vfatlib/check/io.c (revision 62129) +++ lib/fslib/vfatlib/check/io.c (working copy) @@ -14,7 +14,9 @@ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define FSCTL_IS_VOLUME_DIRTY CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 30, METHOD_BUFFERED, FILE_ANY_ACCESS) Index: lib/fslib/vfatlib/check/lfn.c =================================================================== --- lib/fslib/vfatlib/check/lfn.c (revision 62129) +++ lib/fslib/vfatlib/check/lfn.c (working copy) @@ -4,7 +4,9 @@ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct { Index: lib/fslib/vfatlib/fat12.c =================================================================== --- lib/fslib/vfatlib/fat12.c (revision 62129) +++ lib/fslib/vfatlib/fat12.c (working copy) @@ -10,7 +10,9 @@ */ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static ULONG Index: lib/fslib/vfatlib/fat16.c =================================================================== --- lib/fslib/vfatlib/fat16.c (revision 62129) +++ lib/fslib/vfatlib/fat16.c (working copy) @@ -10,7 +10,9 @@ */ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static ULONG Index: lib/fslib/vfatlib/fat32.c =================================================================== --- lib/fslib/vfatlib/fat32.c (revision 62129) +++ lib/fslib/vfatlib/fat32.c (working copy) @@ -10,7 +10,9 @@ */ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static ULONG Index: lib/fslib/vfatlib/vfatlib.c =================================================================== --- lib/fslib/vfatlib/vfatlib.c (revision 62129) +++ lib/fslib/vfatlib/vfatlib.c (working copy) @@ -9,7 +9,9 @@ */ #include "vfatlib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include PFMIFSCALLBACK ChkdskCallback = NULL; Index: lib/fslib/vfatxlib/fatx.c =================================================================== --- lib/fslib/vfatxlib/fatx.c (revision 62129) +++ lib/fslib/vfatxlib/fatx.c (working copy) @@ -12,7 +12,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include static ULONG Index: lib/fslib/vfatxlib/vfatxlib.c =================================================================== --- lib/fslib/vfatxlib/vfatxlib.c (revision 62129) +++ lib/fslib/vfatxlib/vfatxlib.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS NTAPI Index: lib/inflib/infcore.c =================================================================== --- lib/inflib/infcore.c (revision 62129) +++ lib/inflib/infcore.c (working copy) @@ -10,7 +10,9 @@ #include "inflib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define CONTROL_Z '\x1a' Index: lib/inflib/infget.c =================================================================== --- lib/inflib/infget.c (revision 62129) +++ lib/inflib/infget.c (working copy) @@ -10,7 +10,9 @@ #include "inflib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static unsigned int Index: lib/inflib/infput.c =================================================================== --- lib/inflib/infput.c (revision 62129) +++ lib/inflib/infput.c (working copy) @@ -8,7 +8,9 @@ #include "inflib.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define EOL L"\r\n" Index: lib/inflib/infrosgen.c =================================================================== --- lib/inflib/infrosgen.c (revision 62129) +++ lib/inflib/infrosgen.c (working copy) @@ -11,7 +11,9 @@ #include "inflib.h" #include "infros.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS ********************************************************/ Index: lib/inflib/infrosget.c =================================================================== --- lib/inflib/infrosget.c (revision 62129) +++ lib/inflib/infrosget.c (working copy) @@ -11,7 +11,9 @@ #include "inflib.h" #include "infros.h" +#ifndef NDEBUG #define NDEBUG +#endif #include Index: lib/inflib/infrosput.c =================================================================== --- lib/inflib/infrosput.c (revision 62129) +++ lib/inflib/infrosput.c (working copy) @@ -9,7 +9,9 @@ #include "inflib.h" #include "infros.h" +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: lib/lsalib/lsa.c =================================================================== --- lib/lsalib/lsa.c (revision 62129) +++ lib/lsalib/lsa.c (working copy) @@ -17,7 +17,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: lib/rossym/find.c =================================================================== --- lib/rossym/find.c (revision 62129) +++ lib/rossym/find.c (working copy) @@ -39,7 +39,9 @@ #include #include "rossympriv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include static PROSSYM_ENTRY Index: lib/rossym/fromfile.c =================================================================== --- lib/rossym/fromfile.c (revision 62129) +++ lib/rossym/fromfile.c (working copy) @@ -13,7 +13,9 @@ #include "rossympriv.h" #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOLEAN Index: lib/rossym/frommem.c =================================================================== --- lib/rossym/frommem.c (revision 62129) +++ lib/rossym/frommem.c (working copy) @@ -13,7 +13,9 @@ #include "rossympriv.h" #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOLEAN Index: lib/rossym/fromraw.c =================================================================== --- lib/rossym/fromraw.c (revision 62129) +++ lib/rossym/fromraw.c (working copy) @@ -12,7 +12,9 @@ #include #include "rossympriv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include BOOLEAN Index: lib/rtl/access.c =================================================================== --- lib/rtl/access.c (revision 62129) +++ lib/rtl/access.c (working copy) @@ -8,7 +8,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: lib/rtl/acl.c =================================================================== --- lib/rtl/acl.c (revision 62129) +++ lib/rtl/acl.c (working copy) @@ -9,7 +9,9 @@ #include #include <../../ntoskrnl/include/internal/se.h> +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: lib/rtl/actctx.c =================================================================== --- lib/rtl/actctx.c (revision 62129) +++ lib/rtl/actctx.c (working copy) @@ -16,7 +16,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: lib/rtl/assert.c =================================================================== --- lib/rtl/assert.c (revision 62129) +++ lib/rtl/assert.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: lib/rtl/atom.c =================================================================== --- lib/rtl/atom.c (revision 62129) +++ lib/rtl/atom.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PROTOTYPES ****************************************************************/ Index: lib/rtl/avltable.c =================================================================== --- lib/rtl/avltable.c (revision 62129) +++ lib/rtl/avltable.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Include RTL version of AVL support */ Index: lib/rtl/bitmap.c =================================================================== --- lib/rtl/bitmap.c (revision 62129) +++ lib/rtl/bitmap.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include // FIXME: hack Index: lib/rtl/bootdata.c =================================================================== --- lib/rtl/bootdata.c (revision 62129) +++ lib/rtl/bootdata.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _RTL_BSD_ITEM Index: lib/rtl/compress.c =================================================================== --- lib/rtl/compress.c (revision 62129) +++ lib/rtl/compress.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* MACROS *******************************************************************/ Index: lib/rtl/condvar.c =================================================================== --- lib/rtl/condvar.c (revision 62129) +++ lib/rtl/condvar.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: lib/rtl/crc32.c =================================================================== --- lib/rtl/crc32.c (revision 62129) +++ lib/rtl/crc32.c (working copy) @@ -16,7 +16,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: lib/rtl/critical.c =================================================================== --- lib/rtl/critical.c (revision 62129) +++ lib/rtl/critical.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MAX_STATIC_CS_DEBUG_OBJECTS 64 Index: lib/rtl/dbgbuffer.c =================================================================== --- lib/rtl/dbgbuffer.c (revision 62129) +++ lib/rtl/dbgbuffer.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: lib/rtl/debug.c =================================================================== --- lib/rtl/debug.c (revision 62129) +++ lib/rtl/debug.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS ********************************************************/ Index: lib/rtl/dos8dot3.c =================================================================== --- lib/rtl/dos8dot3.c (revision 62129) +++ lib/rtl/dos8dot3.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: lib/rtl/encode.c =================================================================== --- lib/rtl/encode.c (revision 62129) +++ lib/rtl/encode.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: lib/rtl/env.c =================================================================== --- lib/rtl/env.c (revision 62129) +++ lib/rtl/env.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: lib/rtl/error.c =================================================================== --- lib/rtl/error.c (revision 62129) +++ lib/rtl/error.c (working copy) @@ -22,7 +22,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define RTL_SEM_FAILCRITICALERRORS (SEM_FAILCRITICALERRORS << 4) Index: lib/rtl/exception.c =================================================================== --- lib/rtl/exception.c (revision 62129) +++ lib/rtl/exception.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *****************************************************************/ Index: lib/rtl/generictable.c =================================================================== --- lib/rtl/generictable.c (revision 62129) +++ lib/rtl/generictable.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Internal header for table entries */ Index: lib/rtl/handle.c =================================================================== --- lib/rtl/handle.c (revision 62129) +++ lib/rtl/handle.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: lib/rtl/heap.c =================================================================== --- lib/rtl/heap.c (revision 62129) +++ lib/rtl/heap.c (working copy) @@ -20,7 +20,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Bitmaps stuff */ Index: lib/rtl/heapdbg.c =================================================================== --- lib/rtl/heapdbg.c (revision 62129) +++ lib/rtl/heapdbg.c (working copy) @@ -11,7 +11,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: lib/rtl/heappage.c =================================================================== --- lib/rtl/heappage.c (revision 62129) +++ lib/rtl/heappage.c (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES **********************************************************************/ Index: lib/rtl/heapuser.c =================================================================== --- lib/rtl/heapuser.c (revision 62129) +++ lib/rtl/heapuser.c (working copy) @@ -10,7 +10,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include RTL_CRITICAL_SECTION RtlpProcessHeapsListLock; Index: lib/rtl/i386/except.c =================================================================== --- lib/rtl/i386/except.c (revision 62129) +++ lib/rtl/i386/except.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: lib/rtl/i386/thread.c =================================================================== --- lib/rtl/i386/thread.c (revision 62129) +++ lib/rtl/i386/thread.c (working copy) @@ -14,7 +14,9 @@ #include #include "i386/ketypes.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *******************************************************/ Index: lib/rtl/image.c =================================================================== --- lib/rtl/image.c (revision 62129) +++ lib/rtl/image.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define RVA(m, b) ((PVOID)((ULONG_PTR)(b) + (ULONG_PTR)(m))) Index: lib/rtl/interlck.c =================================================================== --- lib/rtl/interlck.c (revision 62129) +++ lib/rtl/interlck.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: lib/rtl/largeint.c =================================================================== --- lib/rtl/largeint.c (revision 62129) +++ lib/rtl/largeint.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: lib/rtl/luid.c =================================================================== --- lib/rtl/luid.c (revision 62129) +++ lib/rtl/luid.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: lib/rtl/memstream.c =================================================================== --- lib/rtl/memstream.c (revision 62129) +++ lib/rtl/memstream.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* VIRTUAL METHOD TABLES ******************************************************/ Index: lib/rtl/message.c =================================================================== --- lib/rtl/message.c (revision 62129) +++ lib/rtl/message.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: lib/rtl/network.c =================================================================== --- lib/rtl/network.c (revision 62129) +++ lib/rtl/network.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* maximum length of an ipv4 address expressed as a string */ Index: lib/rtl/nls.c =================================================================== --- lib/rtl/nls.c (revision 62129) +++ lib/rtl/nls.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: lib/rtl/path.c =================================================================== --- lib/rtl/path.c (revision 62129) +++ lib/rtl/path.c (working copy) @@ -14,7 +14,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* DEFINITONS and MACROS ******************************************************/ Index: lib/rtl/ppb.c =================================================================== --- lib/rtl/ppb.c (revision 62129) +++ lib/rtl/ppb.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* MACROS ****************************************************************/ Index: lib/rtl/priv.c =================================================================== --- lib/rtl/priv.c (revision 62129) +++ lib/rtl/priv.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: lib/rtl/process.c =================================================================== --- lib/rtl/process.c (revision 62129) +++ lib/rtl/process.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* INTERNAL FUNCTIONS *******************************************************/ Index: lib/rtl/propvar.c =================================================================== --- lib/rtl/propvar.c (revision 62129) +++ lib/rtl/propvar.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: lib/rtl/random.c =================================================================== --- lib/rtl/random.c (revision 62129) +++ lib/rtl/random.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static ULONG RtlpRandomConstantVector[128] = Index: lib/rtl/rangelist.c =================================================================== --- lib/rtl/rangelist.c (revision 62129) +++ lib/rtl/rangelist.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES ********************************************************************/ Index: lib/rtl/registry.c =================================================================== --- lib/rtl/registry.c (revision 62129) +++ lib/rtl/registry.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define TAG_RTLREGISTRY 'vrqR' Index: lib/rtl/res.c =================================================================== --- lib/rtl/res.c (revision 62129) +++ lib/rtl/res.c (working copy) @@ -26,7 +26,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS find_entry( PVOID BaseAddress, LDR_RESOURCE_INFO *info, Index: lib/rtl/resource.c =================================================================== --- lib/rtl/resource.c (revision 62129) +++ lib/rtl/resource.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: lib/rtl/rxact.c =================================================================== --- lib/rtl/rxact.c (revision 62129) +++ lib/rtl/rxact.c (working copy) @@ -11,7 +11,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define RXACT_DEFAULT_BUFFER_SIZE (4 * PAGE_SIZE) Index: lib/rtl/sd.c =================================================================== --- lib/rtl/sd.c (revision 62129) +++ lib/rtl/sd.c (working copy) @@ -10,7 +10,9 @@ #include #include "../../ntoskrnl/include/internal/se.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: lib/rtl/security.c =================================================================== --- lib/rtl/security.c (revision 62129) +++ lib/rtl/security.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: lib/rtl/sid.c =================================================================== --- lib/rtl/sid.c (revision 62129) +++ lib/rtl/sid.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define TAG_SID 'diSp' Index: lib/rtl/slist.c =================================================================== --- lib/rtl/slist.c (revision 62129) +++ lib/rtl/slist.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: lib/rtl/splaytree.c =================================================================== --- lib/rtl/splaytree.c (revision 62129) +++ lib/rtl/splaytree.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include //#define VERIFY_SWAP_SPLAY_LINKS Index: lib/rtl/srw.c =================================================================== --- lib/rtl/srw.c (revision 62129) +++ lib/rtl/srw.c (working copy) @@ -15,7 +15,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: lib/rtl/thread.c =================================================================== --- lib/rtl/thread.c (revision 62129) +++ lib/rtl/thread.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *******************************************************/ Index: lib/rtl/time.c =================================================================== --- lib/rtl/time.c (revision 62129) +++ lib/rtl/time.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define TICKSPERMIN 600000000 Index: lib/rtl/timerqueue.c =================================================================== --- lib/rtl/timerqueue.c (revision 62129) +++ lib/rtl/timerqueue.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #undef LIST_FOR_EACH Index: lib/rtl/timezone.c =================================================================== --- lib/rtl/timezone.c (revision 62129) +++ lib/rtl/timezone.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: lib/rtl/unicode.c =================================================================== --- lib/rtl/unicode.c (revision 62129) +++ lib/rtl/unicode.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: lib/rtl/unicodeprefix.c =================================================================== --- lib/rtl/unicodeprefix.c (revision 62129) +++ lib/rtl/unicodeprefix.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: lib/rtl/vectoreh.c =================================================================== --- lib/rtl/vectoreh.c (revision 62129) +++ lib/rtl/vectoreh.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static RTL_CRITICAL_SECTION RtlpVectoredExceptionLock; Index: lib/rtl/version.c =================================================================== --- lib/rtl/version.c (revision 62129) +++ lib/rtl/version.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: lib/rtl/wait.c =================================================================== --- lib/rtl/wait.c (revision 62129) +++ lib/rtl/wait.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _RTLP_WAIT Index: lib/rtl/workitem.c =================================================================== --- lib/rtl/workitem.c (revision 62129) +++ lib/rtl/workitem.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: lib/sdk/crt/precomp.h =================================================================== --- lib/sdk/crt/precomp.h (revision 62129) +++ lib/sdk/crt/precomp.h (working copy) @@ -50,7 +50,9 @@ WINE_DEFAULT_DEBUG_CHANNEL(msvcrt); #endif #else +#ifndef NDEBUG #define NDEBUG +#endif #include #define TRACE DPRINT #define WARN DPRINT1 Index: lib/sdk/nt/entry_point.c =================================================================== --- lib/sdk/nt/entry_point.c (revision 62129) +++ lib/sdk/nt/entry_point.c (working copy) @@ -25,7 +25,9 @@ ULONG DebugFlag ); +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: lib/smlib/compses.c =================================================================== --- lib/smlib/compses.c (revision 62129) +++ lib/smlib/compses.c (working copy) @@ -7,7 +7,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /********************************************************************** Index: lib/smlib/connect.c =================================================================== --- lib/smlib/connect.c (revision 62129) +++ lib/smlib/connect.c (working copy) @@ -7,7 +7,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /********************************************************************** Index: lib/smlib/execpgm.c =================================================================== --- lib/smlib/execpgm.c (revision 62129) +++ lib/smlib/execpgm.c (working copy) @@ -7,7 +7,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /********************************************************************** Index: lib/smlib/lookupss.c =================================================================== --- lib/smlib/lookupss.c (revision 62129) +++ lib/smlib/lookupss.c (working copy) @@ -6,7 +6,9 @@ #include "precomp.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /********************************************************************** Index: lib/smlib/smclient.c =================================================================== --- lib/smlib/smclient.c (revision 62129) +++ lib/smlib/smclient.c (working copy) @@ -11,7 +11,9 @@ #include "precomp.h" #include // To go in precomp.h after +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: ntoskrnl/cache/section/data.c =================================================================== --- ntoskrnl/cache/section/data.c (revision 62129) +++ ntoskrnl/cache/section/data.c (working copy) @@ -77,7 +77,9 @@ #include #include "newmm.h" #include "../newcc.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #include "../mm/ARM3/miarm.h" Index: ntoskrnl/cache/section/fault.c =================================================================== --- ntoskrnl/cache/section/fault.c (revision 62129) +++ ntoskrnl/cache/section/fault.c (working copy) @@ -75,7 +75,9 @@ #include #include "newmm.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #include "../mm/ARM3/miarm.h" Index: ntoskrnl/cache/section/io.c =================================================================== --- ntoskrnl/cache/section/io.c (revision 62129) +++ ntoskrnl/cache/section/io.c (working copy) @@ -46,7 +46,9 @@ #include #include "newmm.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: ntoskrnl/cache/section/reqtools.c =================================================================== --- ntoskrnl/cache/section/reqtools.c (revision 62129) +++ ntoskrnl/cache/section/reqtools.c (working copy) @@ -53,7 +53,9 @@ #include #include "newmm.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define DPRINTC DPRINT Index: ntoskrnl/cache/section/sptab.c =================================================================== --- ntoskrnl/cache/section/sptab.c (revision 62129) +++ ntoskrnl/cache/section/sptab.c (working copy) @@ -55,7 +55,9 @@ #include #include "newmm.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define DPRINTC DPRINT Index: ntoskrnl/cache/section/swapout.c =================================================================== --- ntoskrnl/cache/section/swapout.c (revision 62129) +++ ntoskrnl/cache/section/swapout.c (working copy) @@ -62,7 +62,9 @@ #include #include "newmm.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define DPRINTC DPRINT Index: ntoskrnl/cc/cacheman.c =================================================================== --- ntoskrnl/cc/cacheman.c (revision 62129) +++ ntoskrnl/cc/cacheman.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PFSN_PREFETCHER_GLOBALS CcPfGlobals; Index: ntoskrnl/cc/copy.c =================================================================== --- ntoskrnl/cc/copy.c (revision 62129) +++ ntoskrnl/cc/copy.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/cc/fs.c =================================================================== --- ntoskrnl/cc/fs.c (revision 62129) +++ ntoskrnl/cc/fs.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #ifndef VACB_MAPPING_GRANULARITY Index: ntoskrnl/cc/mdl.c =================================================================== --- ntoskrnl/cc/mdl.c (revision 62129) +++ ntoskrnl/cc/mdl.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/cc/pin.c =================================================================== --- ntoskrnl/cc/pin.c (revision 62129) +++ ntoskrnl/cc/pin.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/cc/view.c =================================================================== --- ntoskrnl/cc/view.c (revision 62129) +++ ntoskrnl/cc/view.c (working copy) @@ -32,7 +32,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/config/cmalloc.c =================================================================== --- ntoskrnl/config/cmalloc.c (revision 62129) +++ ntoskrnl/config/cmalloc.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmapi.c =================================================================== --- ntoskrnl/config/cmapi.c (revision 62129) +++ ntoskrnl/config/cmapi.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/config/cmboot.c =================================================================== --- ntoskrnl/config/cmboot.c (revision 62129) +++ ntoskrnl/config/cmboot.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS ********************************************************************/ Index: ntoskrnl/config/cmcheck.c =================================================================== --- ntoskrnl/config/cmcheck.c (revision 62129) +++ ntoskrnl/config/cmcheck.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmconfig.c =================================================================== --- ntoskrnl/config/cmconfig.c (revision 62129) +++ ntoskrnl/config/cmconfig.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/config/cmcontrl.c =================================================================== --- ntoskrnl/config/cmcontrl.c (revision 62129) +++ ntoskrnl/config/cmcontrl.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmdata.c =================================================================== --- ntoskrnl/config/cmdata.c (revision 62129) +++ ntoskrnl/config/cmdata.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" #include "./../mm/ARM3/miarm.h" Index: ntoskrnl/config/cmdelay.c =================================================================== --- ntoskrnl/config/cmdelay.c (revision 62129) +++ ntoskrnl/config/cmdelay.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmhook.c =================================================================== --- ntoskrnl/config/cmhook.c (revision 62129) +++ ntoskrnl/config/cmhook.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmhvlist.c =================================================================== --- ntoskrnl/config/cmhvlist.c (revision 62129) +++ ntoskrnl/config/cmhvlist.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS ********************************************************************/ Index: ntoskrnl/config/cmindex.c =================================================================== --- ntoskrnl/config/cmindex.c (revision 62129) +++ ntoskrnl/config/cmindex.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cminit.c =================================================================== --- ntoskrnl/config/cminit.c (revision 62129) +++ ntoskrnl/config/cminit.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/config/cmkcbncb.c =================================================================== --- ntoskrnl/config/cmkcbncb.c (revision 62129) +++ ntoskrnl/config/cmkcbncb.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmkeydel.c =================================================================== --- ntoskrnl/config/cmkeydel.c (revision 62129) +++ ntoskrnl/config/cmkeydel.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/config/cmlazy.c =================================================================== --- ntoskrnl/config/cmlazy.c (revision 62129) +++ ntoskrnl/config/cmlazy.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS ********************************************************************/ Index: ntoskrnl/config/cmmapvw.c =================================================================== --- ntoskrnl/config/cmmapvw.c (revision 62129) +++ ntoskrnl/config/cmmapvw.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmname.c =================================================================== --- ntoskrnl/config/cmname.c (revision 62129) +++ ntoskrnl/config/cmname.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmnotify.c =================================================================== --- ntoskrnl/config/cmnotify.c (revision 62129) +++ ntoskrnl/config/cmnotify.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/config/cmparse.c =================================================================== --- ntoskrnl/config/cmparse.c (revision 62129) +++ ntoskrnl/config/cmparse.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmquota.c =================================================================== --- ntoskrnl/config/cmquota.c (revision 62129) +++ ntoskrnl/config/cmquota.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" BOOLEAN CmpGlobalQuota; Index: ntoskrnl/config/cmse.c =================================================================== --- ntoskrnl/config/cmse.c (revision 62129) +++ ntoskrnl/config/cmse.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmsecach.c =================================================================== --- ntoskrnl/config/cmsecach.c (revision 62129) +++ ntoskrnl/config/cmsecach.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/cmsysini.c =================================================================== --- ntoskrnl/config/cmsysini.c (revision 62129) +++ ntoskrnl/config/cmsysini.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" POBJECT_TYPE CmpKeyObjectType; Index: ntoskrnl/config/cmvalche.c =================================================================== --- ntoskrnl/config/cmvalche.c (revision 62129) +++ ntoskrnl/config/cmvalche.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" FORCEINLINE Index: ntoskrnl/config/cmvalue.c =================================================================== --- ntoskrnl/config/cmvalue.c (revision 62129) +++ ntoskrnl/config/cmvalue.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/config/cmwraprs.c =================================================================== --- ntoskrnl/config/cmwraprs.c (revision 62129) +++ ntoskrnl/config/cmwraprs.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/config/i386/cmhardwr.c =================================================================== --- ntoskrnl/config/i386/cmhardwr.c (revision 62129) +++ ntoskrnl/config/i386/cmhardwr.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" /* GLOBALS *******************************************************************/ Index: ntoskrnl/config/ntapi.c =================================================================== --- ntoskrnl/config/ntapi.c (revision 62129) +++ ntoskrnl/config/ntapi.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include "ntoskrnl.h" +#ifndef NDEBUG #define NDEBUG +#endif #include "debug.h" BOOLEAN CmBootAcceptFirstTime = TRUE; Index: ntoskrnl/dbgk/dbgkobj.c =================================================================== --- ntoskrnl/dbgk/dbgkobj.c (revision 62129) +++ ntoskrnl/dbgk/dbgkobj.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include POBJECT_TYPE DbgkDebugObjectType; Index: ntoskrnl/dbgk/dbgkutil.c =================================================================== --- ntoskrnl/dbgk/dbgkutil.c (revision 62129) +++ ntoskrnl/dbgk/dbgkutil.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ex/atom.c =================================================================== --- ntoskrnl/ex/atom.c (revision 62129) +++ ntoskrnl/ex/atom.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define TAG_ATOM 'motA' Index: ntoskrnl/ex/callback.c =================================================================== --- ntoskrnl/ex/callback.c (revision 62129) +++ ntoskrnl/ex/callback.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES *********************************************************************/ Index: ntoskrnl/ex/dbgctrl.c =================================================================== --- ntoskrnl/ex/dbgctrl.c (revision 62129) +++ ntoskrnl/ex/dbgctrl.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ex/efi.c =================================================================== --- ntoskrnl/ex/efi.c (revision 62129) +++ ntoskrnl/ex/efi.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ex/event.c =================================================================== --- ntoskrnl/ex/event.c (revision 62129) +++ ntoskrnl/ex/event.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/ex/evtpair.c =================================================================== --- ntoskrnl/ex/evtpair.c (revision 62129) +++ ntoskrnl/ex/evtpair.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/ex/exintrin.c =================================================================== --- ntoskrnl/ex/exintrin.c (revision 62129) +++ ntoskrnl/ex/exintrin.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #undef InterlockedIncrement Index: ntoskrnl/ex/fmutex.c =================================================================== --- ntoskrnl/ex/fmutex.c (revision 62129) +++ ntoskrnl/ex/fmutex.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Undefine some macros we implement here */ Index: ntoskrnl/ex/handle.c =================================================================== --- ntoskrnl/ex/handle.c (revision 62129) +++ ntoskrnl/ex/handle.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ex/harderr.c =================================================================== --- ntoskrnl/ex/harderr.c (revision 62129) +++ ntoskrnl/ex/harderr.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define TAG_ERR ' rrE' Index: ntoskrnl/ex/init.c =================================================================== --- ntoskrnl/ex/init.c (revision 62129) +++ ntoskrnl/ex/init.c (working copy) @@ -11,7 +11,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Temporary hack */ Index: ntoskrnl/ex/interlocked.c =================================================================== --- ntoskrnl/ex/interlocked.c (revision 62129) +++ ntoskrnl/ex/interlocked.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #undef ExInterlockedAddUlong Index: ntoskrnl/ex/keyedevt.c =================================================================== --- ntoskrnl/ex/keyedevt.c (revision 62129) +++ ntoskrnl/ex/keyedevt.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* INTERNAL TYPES *************************************************************/ Index: ntoskrnl/ex/locale.c =================================================================== --- ntoskrnl/ex/locale.c (revision 62129) +++ ntoskrnl/ex/locale.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ex/lookas.c =================================================================== --- ntoskrnl/ex/lookas.c (revision 62129) +++ ntoskrnl/ex/lookas.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/ex/mutant.c =================================================================== --- ntoskrnl/ex/mutant.c (revision 62129) +++ ntoskrnl/ex/mutant.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/ex/profile.c =================================================================== --- ntoskrnl/ex/profile.c (revision 62129) +++ ntoskrnl/ex/profile.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/ex/pushlock.c =================================================================== --- ntoskrnl/ex/pushlock.c (revision 62129) +++ ntoskrnl/ex/pushlock.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* DATA **********************************************************************/ Index: ntoskrnl/ex/resource.c =================================================================== --- ntoskrnl/ex/resource.c (revision 62129) +++ ntoskrnl/ex/resource.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Macros for reading resource flags */ Index: ntoskrnl/ex/rundown.c =================================================================== --- ntoskrnl/ex/rundown.c (revision 62129) +++ ntoskrnl/ex/rundown.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ex/sem.c =================================================================== --- ntoskrnl/ex/sem.c (revision 62129) +++ ntoskrnl/ex/sem.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/ex/sysinfo.c =================================================================== --- ntoskrnl/ex/sysinfo.c (revision 62129) +++ ntoskrnl/ex/sysinfo.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* The maximum size of an environment value (in bytes) */ Index: ntoskrnl/ex/time.c =================================================================== --- ntoskrnl/ex/time.c (revision 62129) +++ ntoskrnl/ex/time.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define TICKSPERMINUTE 600000000 Index: ntoskrnl/ex/timer.c =================================================================== --- ntoskrnl/ex/timer.c (revision 62129) +++ ntoskrnl/ex/timer.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ex/uuid.c =================================================================== --- ntoskrnl/ex/uuid.c (revision 62129) +++ ntoskrnl/ex/uuid.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define SEED_BUFFER_SIZE 6 Index: ntoskrnl/ex/win32k.c =================================================================== --- ntoskrnl/ex/win32k.c (revision 62129) +++ ntoskrnl/ex/win32k.c (working copy) @@ -7,7 +7,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/ex/work.c =================================================================== --- ntoskrnl/ex/work.c (revision 62129) +++ ntoskrnl/ex/work.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/ex/zone.c =================================================================== --- ntoskrnl/ex/zone.c (revision 62129) +++ ntoskrnl/ex/zone.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ***************************************************************/ Index: ntoskrnl/fsrtl/dbcsname.c =================================================================== --- ntoskrnl/fsrtl/dbcsname.c (revision 62129) +++ ntoskrnl/fsrtl/dbcsname.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/fsrtl/fastio.c =================================================================== --- ntoskrnl/fsrtl/fastio.c (revision 62129) +++ ntoskrnl/fsrtl/fastio.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/fsrtl/faulttol.c =================================================================== --- ntoskrnl/fsrtl/faulttol.c (revision 62129) +++ ntoskrnl/fsrtl/faulttol.c (working copy) @@ -10,7 +10,9 @@ #include #include "ntddft.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/fsrtl/filelock.c =================================================================== --- ntoskrnl/fsrtl/filelock.c (revision 62129) +++ ntoskrnl/fsrtl/filelock.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/fsrtl/filter.c =================================================================== --- ntoskrnl/fsrtl/filter.c (revision 62129) +++ ntoskrnl/fsrtl/filter.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #undef FsRtlAllocatePoolWithQuotaTag Index: ntoskrnl/fsrtl/filtrctx.c =================================================================== --- ntoskrnl/fsrtl/filtrctx.c (revision 62129) +++ ntoskrnl/fsrtl/filtrctx.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/fsrtl/fsfilter.c =================================================================== --- ntoskrnl/fsrtl/fsfilter.c (revision 62129) +++ ntoskrnl/fsrtl/fsfilter.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/fsrtl/fsrtlpc.c =================================================================== --- ntoskrnl/fsrtl/fsrtlpc.c (revision 62129) +++ ntoskrnl/fsrtl/fsrtlpc.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/fsrtl/largemcb.c =================================================================== --- ntoskrnl/fsrtl/largemcb.c (revision 62129) +++ ntoskrnl/fsrtl/largemcb.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MIN(x,y) (((x)<(y))?(x):(y)) Index: ntoskrnl/fsrtl/mcb.c =================================================================== --- ntoskrnl/fsrtl/mcb.c (revision 62129) +++ ntoskrnl/fsrtl/mcb.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/fsrtl/name.c =================================================================== --- ntoskrnl/fsrtl/name.c (revision 62129) +++ ntoskrnl/fsrtl/name.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/fsrtl/notify.c =================================================================== --- ntoskrnl/fsrtl/notify.c (revision 62129) +++ ntoskrnl/fsrtl/notify.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/fsrtl/oplock.c =================================================================== --- ntoskrnl/fsrtl/oplock.c (revision 62129) +++ ntoskrnl/fsrtl/oplock.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/fsrtl/pnp.c =================================================================== --- ntoskrnl/fsrtl/pnp.c (revision 62129) +++ ntoskrnl/fsrtl/pnp.c (working copy) @@ -10,7 +10,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/fsrtl/stackovf.c =================================================================== --- ntoskrnl/fsrtl/stackovf.c (revision 62129) +++ ntoskrnl/fsrtl/stackovf.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/fsrtl/tunnel.c =================================================================== --- ntoskrnl/fsrtl/tunnel.c (revision 62129) +++ ntoskrnl/fsrtl/tunnel.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/fsrtl/unc.c =================================================================== --- ntoskrnl/fsrtl/unc.c (revision 62129) +++ ntoskrnl/fsrtl/unc.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/fstub/disksup.c =================================================================== --- ntoskrnl/fstub/disksup.c (revision 62129) +++ ntoskrnl/fstub/disksup.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: ntoskrnl/fstub/fstubex.c =================================================================== --- ntoskrnl/fstub/fstubex.c (revision 62129) +++ ntoskrnl/fstub/fstubex.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/fstub/halstub.c =================================================================== --- ntoskrnl/fstub/halstub.c (revision 62129) +++ ntoskrnl/fstub/halstub.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/fstub/translate.c =================================================================== --- ntoskrnl/fstub/translate.c (revision 62129) +++ ntoskrnl/fstub/translate.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/inbv/inbv.c =================================================================== --- ntoskrnl/inbv/inbv.c (revision 62129) +++ ntoskrnl/inbv/inbv.c (working copy) @@ -1,7 +1,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "bootvid/bootvid.h" Index: ntoskrnl/io/iomgr/adapter.c =================================================================== --- ntoskrnl/io/iomgr/adapter.c (revision 62129) +++ ntoskrnl/io/iomgr/adapter.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* DATA **********************************************************************/ Index: ntoskrnl/io/iomgr/arcname.c =================================================================== --- ntoskrnl/io/iomgr/arcname.c (revision 62129) +++ ntoskrnl/io/iomgr/arcname.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/io/iomgr/bootlog.c =================================================================== --- ntoskrnl/io/iomgr/bootlog.c (revision 62129) +++ ntoskrnl/io/iomgr/bootlog.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/io/iomgr/device.c =================================================================== --- ntoskrnl/io/iomgr/device.c (revision 62129) +++ ntoskrnl/io/iomgr/device.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/io/iomgr/deviface.c =================================================================== --- ntoskrnl/io/iomgr/deviface.c (revision 62129) +++ ntoskrnl/io/iomgr/deviface.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/io/iomgr/driver.c =================================================================== --- ntoskrnl/io/iomgr/driver.c (revision 62129) +++ ntoskrnl/io/iomgr/driver.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/io/iomgr/error.c =================================================================== --- ntoskrnl/io/iomgr/error.c (revision 62129) +++ ntoskrnl/io/iomgr/error.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES *********************************************************************/ Index: ntoskrnl/io/iomgr/file.c =================================================================== --- ntoskrnl/io/iomgr/file.c (revision 62129) +++ ntoskrnl/io/iomgr/file.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/io/iomgr/iocomp.c =================================================================== --- ntoskrnl/io/iomgr/iocomp.c (revision 62129) +++ ntoskrnl/io/iomgr/iocomp.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include POBJECT_TYPE IoCompletionType; Index: ntoskrnl/io/iomgr/iofunc.c =================================================================== --- ntoskrnl/io/iomgr/iofunc.c (revision 62129) +++ ntoskrnl/io/iomgr/iofunc.c (working copy) @@ -12,7 +12,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "internal/io_i.h" Index: ntoskrnl/io/iomgr/iomdl.c =================================================================== --- ntoskrnl/io/iomgr/iomdl.c (revision 62129) +++ ntoskrnl/io/iomgr/iomdl.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/io/iomgr/iomgr.c =================================================================== --- ntoskrnl/io/iomgr/iomgr.c (revision 62129) +++ ntoskrnl/io/iomgr/iomgr.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include ULONG IopTraceLevel = 0; Index: ntoskrnl/io/iomgr/iotimer.c =================================================================== --- ntoskrnl/io/iomgr/iotimer.c (revision 62129) +++ ntoskrnl/io/iomgr/iotimer.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/io/iomgr/iowork.c =================================================================== --- ntoskrnl/io/iomgr/iowork.c (revision 62129) +++ ntoskrnl/io/iomgr/iowork.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/io/iomgr/irp.c =================================================================== --- ntoskrnl/io/iomgr/irp.c (revision 62129) +++ ntoskrnl/io/iomgr/irp.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PIRP IopDeadIrp; Index: ntoskrnl/io/iomgr/irq.c =================================================================== --- ntoskrnl/io/iomgr/irq.c (revision 62129) +++ ntoskrnl/io/iomgr/irq.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/io/iomgr/ramdisk.c =================================================================== --- ntoskrnl/io/iomgr/ramdisk.c (revision 62129) +++ ntoskrnl/io/iomgr/ramdisk.c (working copy) @@ -11,7 +11,9 @@ #include #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* DATA ***********************************************************************/ Index: ntoskrnl/io/iomgr/rawfs.c =================================================================== --- ntoskrnl/io/iomgr/rawfs.c (revision 62129) +++ ntoskrnl/io/iomgr/rawfs.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES *******************************************************************/ Index: ntoskrnl/io/iomgr/remlock.c =================================================================== --- ntoskrnl/io/iomgr/remlock.c (revision 62129) +++ ntoskrnl/io/iomgr/remlock.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _IO_REMOVE_LOCK_TRACKING_BLOCK Index: ntoskrnl/io/iomgr/symlink.c =================================================================== --- ntoskrnl/io/iomgr/symlink.c (revision 62129) +++ ntoskrnl/io/iomgr/symlink.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: ntoskrnl/io/iomgr/util.c =================================================================== --- ntoskrnl/io/iomgr/util.c (revision 62129) +++ ntoskrnl/io/iomgr/util.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: ntoskrnl/io/iomgr/volume.c =================================================================== --- ntoskrnl/io/iomgr/volume.c (revision 62129) +++ ntoskrnl/io/iomgr/volume.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/io/pnpmgr/plugplay.c =================================================================== --- ntoskrnl/io/pnpmgr/plugplay.c (revision 62129) +++ ntoskrnl/io/pnpmgr/plugplay.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/io/pnpmgr/pnpdma.c =================================================================== --- ntoskrnl/io/pnpmgr/pnpdma.c (revision 62129) +++ ntoskrnl/io/pnpmgr/pnpdma.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: ntoskrnl/io/pnpmgr/pnpinit.c =================================================================== --- ntoskrnl/io/pnpmgr/pnpinit.c (revision 62129) +++ ntoskrnl/io/pnpmgr/pnpinit.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/io/pnpmgr/pnpmgr.c =================================================================== --- ntoskrnl/io/pnpmgr/pnpmgr.c (revision 62129) +++ ntoskrnl/io/pnpmgr/pnpmgr.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/io/pnpmgr/pnpnotify.c =================================================================== --- ntoskrnl/io/pnpmgr/pnpnotify.c (revision 62129) +++ ntoskrnl/io/pnpmgr/pnpnotify.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES *******************************************************************/ Index: ntoskrnl/io/pnpmgr/pnpreport.c =================================================================== --- ntoskrnl/io/pnpmgr/pnpreport.c (revision 62129) +++ ntoskrnl/io/pnpmgr/pnpreport.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES *******************************************************************/ Index: ntoskrnl/io/pnpmgr/pnpres.c =================================================================== --- ntoskrnl/io/pnpmgr/pnpres.c (revision 62129) +++ ntoskrnl/io/pnpmgr/pnpres.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static Index: ntoskrnl/io/pnpmgr/pnproot.c =================================================================== --- ntoskrnl/io/pnpmgr/pnproot.c (revision 62129) +++ ntoskrnl/io/pnpmgr/pnproot.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/io/pnpmgr/pnputil.c =================================================================== --- ntoskrnl/io/pnpmgr/pnputil.c (revision 62129) +++ ntoskrnl/io/pnpmgr/pnputil.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/kd/i386/kdbg.c =================================================================== --- ntoskrnl/kd/i386/kdbg.c (revision 62129) +++ ntoskrnl/kd/i386/kdbg.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: ntoskrnl/kd/i386/kdmemsup.c =================================================================== --- ntoskrnl/kd/i386/kdmemsup.c (revision 62129) +++ ntoskrnl/kd/i386/kdmemsup.c (working copy) @@ -8,7 +8,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define HIGH_PHYS_MASK 0x80000000 Index: ntoskrnl/kd/kdinit.c =================================================================== --- ntoskrnl/kd/kdinit.c (revision 62129) +++ ntoskrnl/kd/kdinit.c (working copy) @@ -8,7 +8,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Make bochs debug output in the very early boot phase available */ Index: ntoskrnl/kd/kdmain.c =================================================================== --- ntoskrnl/kd/kdmain.c (revision 62129) +++ ntoskrnl/kd/kdmain.c (working copy) @@ -8,7 +8,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* VARIABLES ***************************************************************/ Index: ntoskrnl/kd/wrappers/bochs.c =================================================================== --- ntoskrnl/kd/wrappers/bochs.c (revision 62129) +++ ntoskrnl/kd/wrappers/bochs.c (working copy) @@ -8,7 +8,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* bochs debug output */ Index: ntoskrnl/kd/wrappers/gdbstub.c =================================================================== --- ntoskrnl/kd/wrappers/gdbstub.c (revision 62129) +++ ntoskrnl/kd/wrappers/gdbstub.c (working copy) @@ -25,7 +25,9 @@ ****************************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /************************************************************************/ Index: ntoskrnl/kd/wrappers/kdbg.c =================================================================== --- ntoskrnl/kd/wrappers/kdbg.c (revision 62129) +++ ntoskrnl/kd/wrappers/kdbg.c (working copy) @@ -8,7 +8,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID NTAPI Index: ntoskrnl/kdbg/i386/i386-dis.c =================================================================== --- ntoskrnl/kdbg/i386/i386-dis.c (revision 62129) +++ ntoskrnl/kdbg/i386/i386-dis.c (working copy) @@ -8,7 +8,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* ReactOS compatibility stuff. */ Index: ntoskrnl/kdbg/kdb.c =================================================================== --- ntoskrnl/kdbg/kdb.c (revision 62129) +++ ntoskrnl/kdbg/kdb.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES *********************************************************************/ Index: ntoskrnl/kdbg/kdb_cli.c =================================================================== --- ntoskrnl/kdbg/kdb_cli.c (revision 62129) +++ ntoskrnl/kdbg/kdb_cli.c (working copy) @@ -30,7 +30,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* DEFINES *******************************************************************/ Index: ntoskrnl/kdbg/kdb_expr.c =================================================================== --- ntoskrnl/kdbg/kdb_expr.c (revision 62129) +++ ntoskrnl/kdbg/kdb_expr.c (working copy) @@ -34,7 +34,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES *********************************************************************/ Index: ntoskrnl/kdbg/kdb_keyboard.c =================================================================== --- ntoskrnl/kdbg/kdb_keyboard.c (revision 62129) +++ ntoskrnl/kdbg/kdb_keyboard.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: ntoskrnl/kdbg/kdb_serial.c =================================================================== --- ntoskrnl/kdbg/kdb_serial.c (revision 62129) +++ ntoskrnl/kdbg/kdb_serial.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include CHAR Index: ntoskrnl/kdbg/kdb_symbols.c =================================================================== --- ntoskrnl/kdbg/kdb_symbols.c (revision 62129) +++ ntoskrnl/kdbg/kdb_symbols.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: ntoskrnl/ke/apc.c =================================================================== --- ntoskrnl/ke/apc.c (revision 62129) +++ ntoskrnl/ke/apc.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/ke/balmgr.c =================================================================== --- ntoskrnl/ke/balmgr.c (revision 62129) +++ ntoskrnl/ke/balmgr.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/bug.c =================================================================== --- ntoskrnl/ke/bug.c (revision 62129) +++ ntoskrnl/ke/bug.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/ke/clock.c =================================================================== --- ntoskrnl/ke/clock.c (revision 62129) +++ ntoskrnl/ke/clock.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/config.c =================================================================== --- ntoskrnl/ke/config.c (revision 62129) +++ ntoskrnl/ke/config.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ke/devqueue.c =================================================================== --- ntoskrnl/ke/devqueue.c (revision 62129) +++ ntoskrnl/ke/devqueue.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ke/dpc.c =================================================================== --- ntoskrnl/ke/dpc.c (revision 62129) +++ ntoskrnl/ke/dpc.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/eventobj.c =================================================================== --- ntoskrnl/ke/eventobj.c (revision 62129) +++ ntoskrnl/ke/eventobj.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ke/except.c =================================================================== --- ntoskrnl/ke/except.c (revision 62129) +++ ntoskrnl/ke/except.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ke/freeze.c =================================================================== --- ntoskrnl/ke/freeze.c (revision 62129) +++ ntoskrnl/ke/freeze.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/ke/gate.c =================================================================== --- ntoskrnl/ke/gate.c (revision 62129) +++ ntoskrnl/ke/gate.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ****************************************************************/ Index: ntoskrnl/ke/gmutex.c =================================================================== --- ntoskrnl/ke/gmutex.c (revision 62129) +++ ntoskrnl/ke/gmutex.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Undefine some macros we implement here */ Index: ntoskrnl/ke/i386/abios.c =================================================================== --- ntoskrnl/ke/i386/abios.c (revision 62129) +++ ntoskrnl/ke/i386/abios.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ke/i386/context.c =================================================================== --- ntoskrnl/ke/i386/context.c (revision 62129) +++ ntoskrnl/ke/i386/context.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/ke/i386/cpu.c =================================================================== --- ntoskrnl/ke/i386/cpu.c (revision 62129) +++ ntoskrnl/ke/i386/cpu.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/i386/exp.c =================================================================== --- ntoskrnl/ke/i386/exp.c (revision 62129) +++ ntoskrnl/ke/i386/exp.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: ntoskrnl/ke/i386/irqobj.c =================================================================== --- ntoskrnl/ke/i386/irqobj.c (revision 62129) +++ ntoskrnl/ke/i386/irqobj.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/i386/kiinit.c =================================================================== --- ntoskrnl/ke/i386/kiinit.c (revision 62129) +++ ntoskrnl/ke/i386/kiinit.c (working copy) @@ -9,7 +9,10 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif + #include #include "internal/i386/trap_x.h" Index: ntoskrnl/ke/i386/ldt.c =================================================================== --- ntoskrnl/ke/i386/ldt.c (revision 62129) +++ ntoskrnl/ke/i386/ldt.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/i386/mtrr.c =================================================================== --- ntoskrnl/ke/i386/mtrr.c (revision 62129) +++ ntoskrnl/ke/i386/mtrr.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/i386/patpge.c =================================================================== --- ntoskrnl/ke/i386/patpge.c (revision 62129) +++ ntoskrnl/ke/i386/patpge.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define PDE_BITS 10 Index: ntoskrnl/ke/i386/thrdini.c =================================================================== --- ntoskrnl/ke/i386/thrdini.c (revision 62129) +++ ntoskrnl/ke/i386/thrdini.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _KSWITCHFRAME Index: ntoskrnl/ke/i386/traphdlr.c =================================================================== --- ntoskrnl/ke/i386/traphdlr.c (revision 62129) +++ ntoskrnl/ke/i386/traphdlr.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/ke/i386/usercall.c =================================================================== --- ntoskrnl/ke/i386/usercall.c (revision 62129) +++ ntoskrnl/ke/i386/usercall.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include extern PGDI_BATCHFLUSH_ROUTINE KeGdiFlushUserBatch; Index: ntoskrnl/ke/i386/v86vdm.c =================================================================== --- ntoskrnl/ke/i386/v86vdm.c (revision 62129) +++ ntoskrnl/ke/i386/v86vdm.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define KiVdmGetInstructionSize(x) ((x) & 0xFF) Index: ntoskrnl/ke/ipi.c =================================================================== --- ntoskrnl/ke/ipi.c (revision 62129) +++ ntoskrnl/ke/ipi.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/krnlinit.c =================================================================== --- ntoskrnl/ke/krnlinit.c (revision 62129) +++ ntoskrnl/ke/krnlinit.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: ntoskrnl/ke/mutex.c =================================================================== --- ntoskrnl/ke/mutex.c (revision 62129) +++ ntoskrnl/ke/mutex.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ke/procobj.c =================================================================== --- ntoskrnl/ke/procobj.c (revision 62129) +++ ntoskrnl/ke/procobj.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/profobj.c =================================================================== --- ntoskrnl/ke/profobj.c (revision 62129) +++ ntoskrnl/ke/profobj.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/queue.c =================================================================== --- ntoskrnl/ke/queue.c (revision 62129) +++ ntoskrnl/ke/queue.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/ke/semphobj.c =================================================================== --- ntoskrnl/ke/semphobj.c (revision 62129) +++ ntoskrnl/ke/semphobj.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ke/spinlock.c =================================================================== --- ntoskrnl/ke/spinlock.c (revision 62129) +++ ntoskrnl/ke/spinlock.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define LQ_WAIT 1 Index: ntoskrnl/ke/thrdobj.c =================================================================== --- ntoskrnl/ke/thrdobj.c (revision 62129) +++ ntoskrnl/ke/thrdobj.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include extern EX_WORK_QUEUE ExWorkerQueue[MaximumWorkQueue]; Index: ntoskrnl/ke/thrdschd.c =================================================================== --- ntoskrnl/ke/thrdschd.c (revision 62129) +++ ntoskrnl/ke/thrdschd.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #ifdef _WIN64 Index: ntoskrnl/ke/time.c =================================================================== --- ntoskrnl/ke/time.c (revision 62129) +++ ntoskrnl/ke/time.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/ke/timerobj.c =================================================================== --- ntoskrnl/ke/timerobj.c (revision 62129) +++ ntoskrnl/ke/timerobj.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ke/wait.c =================================================================== --- ntoskrnl/ke/wait.c (revision 62129) +++ ntoskrnl/ke/wait.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/lpc/close.c =================================================================== --- ntoskrnl/lpc/close.c (revision 62129) +++ ntoskrnl/lpc/close.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/lpc/complete.c =================================================================== --- ntoskrnl/lpc/complete.c (revision 62129) +++ ntoskrnl/lpc/complete.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/lpc/connect.c =================================================================== --- ntoskrnl/lpc/connect.c (revision 62129) +++ ntoskrnl/lpc/connect.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/lpc/create.c =================================================================== --- ntoskrnl/lpc/create.c (revision 62129) +++ ntoskrnl/lpc/create.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/lpc/listen.c =================================================================== --- ntoskrnl/lpc/listen.c (revision 62129) +++ ntoskrnl/lpc/listen.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/lpc/port.c =================================================================== --- ntoskrnl/lpc/port.c (revision 62129) +++ ntoskrnl/lpc/port.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/lpc/reply.c =================================================================== --- ntoskrnl/lpc/reply.c (revision 62129) +++ ntoskrnl/lpc/reply.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/lpc/send.c =================================================================== --- ntoskrnl/lpc/send.c (revision 62129) +++ ntoskrnl/lpc/send.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS **********************************************************/ Index: ntoskrnl/mm/ARM3/contmem.c =================================================================== --- ntoskrnl/mm/ARM3/contmem.c (revision 62129) +++ ntoskrnl/mm/ARM3/contmem.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/drvmgmt.c =================================================================== --- ntoskrnl/mm/ARM3/drvmgmt.c (revision 62129) +++ ntoskrnl/mm/ARM3/drvmgmt.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/dynamic.c =================================================================== --- ntoskrnl/mm/ARM3/dynamic.c (revision 62129) +++ ntoskrnl/mm/ARM3/dynamic.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/expool.c =================================================================== --- ntoskrnl/mm/ARM3/expool.c (revision 62129) +++ ntoskrnl/mm/ARM3/expool.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/hypermap.c =================================================================== --- ntoskrnl/mm/ARM3/hypermap.c (revision 62129) +++ ntoskrnl/mm/ARM3/hypermap.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/i386/init.c =================================================================== --- ntoskrnl/mm/ARM3/i386/init.c (revision 62129) +++ ntoskrnl/mm/ARM3/i386/init.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/iosup.c =================================================================== --- ntoskrnl/mm/ARM3/iosup.c (revision 62129) +++ ntoskrnl/mm/ARM3/iosup.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/largepag.c =================================================================== --- ntoskrnl/mm/ARM3/largepag.c (revision 62129) +++ ntoskrnl/mm/ARM3/largepag.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/mdlsup.c =================================================================== --- ntoskrnl/mm/ARM3/mdlsup.c (revision 62129) +++ ntoskrnl/mm/ARM3/mdlsup.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/mmdbg.c =================================================================== --- ntoskrnl/mm/ARM3/mmdbg.c (revision 62129) +++ ntoskrnl/mm/ARM3/mmdbg.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/mminit.c =================================================================== --- ntoskrnl/mm/ARM3/mminit.c (revision 62129) +++ ntoskrnl/mm/ARM3/mminit.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/mmsup.c =================================================================== --- ntoskrnl/mm/ARM3/mmsup.c (revision 62129) +++ ntoskrnl/mm/ARM3/mmsup.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/ncache.c =================================================================== --- ntoskrnl/mm/ARM3/ncache.c (revision 62129) +++ ntoskrnl/mm/ARM3/ncache.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/pagfault.c =================================================================== --- ntoskrnl/mm/ARM3/pagfault.c (revision 62129) +++ ntoskrnl/mm/ARM3/pagfault.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/pfnlist.c =================================================================== --- ntoskrnl/mm/ARM3/pfnlist.c (revision 62129) +++ ntoskrnl/mm/ARM3/pfnlist.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/pool.c =================================================================== --- ntoskrnl/mm/ARM3/pool.c (revision 62129) +++ ntoskrnl/mm/ARM3/pool.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/procsup.c =================================================================== --- ntoskrnl/mm/ARM3/procsup.c (revision 62129) +++ ntoskrnl/mm/ARM3/procsup.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/section.c =================================================================== --- ntoskrnl/mm/ARM3/section.c (revision 62129) +++ ntoskrnl/mm/ARM3/section.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/session.c =================================================================== --- ntoskrnl/mm/ARM3/session.c (revision 62129) +++ ntoskrnl/mm/ARM3/session.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/special.c =================================================================== --- ntoskrnl/mm/ARM3/special.c (revision 62129) +++ ntoskrnl/mm/ARM3/special.c (working copy) @@ -14,7 +14,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/sysldr.c =================================================================== --- ntoskrnl/mm/ARM3/sysldr.c (revision 62129) +++ ntoskrnl/mm/ARM3/sysldr.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/syspte.c =================================================================== --- ntoskrnl/mm/ARM3/syspte.c (revision 62129) +++ ntoskrnl/mm/ARM3/syspte.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/vadnode.c =================================================================== --- ntoskrnl/mm/ARM3/vadnode.c (revision 62129) +++ ntoskrnl/mm/ARM3/vadnode.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/virtual.c =================================================================== --- ntoskrnl/mm/ARM3/virtual.c (revision 62129) +++ ntoskrnl/mm/ARM3/virtual.c (working copy) @@ -10,7 +10,9 @@ /* So long, and Thanks for All the Fish */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/ARM3/zeropage.c =================================================================== --- ntoskrnl/mm/ARM3/zeropage.c (revision 62129) +++ ntoskrnl/mm/ARM3/zeropage.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/balance.c =================================================================== --- ntoskrnl/mm/balance.c (revision 62129) +++ ntoskrnl/mm/balance.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "ARM3/miarm.h" Index: ntoskrnl/mm/freelist.c =================================================================== --- ntoskrnl/mm/freelist.c (revision 62129) +++ ntoskrnl/mm/freelist.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/mm/i386/page.c =================================================================== --- ntoskrnl/mm/i386/page.c (revision 62129) +++ ntoskrnl/mm/i386/page.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ***************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "../ARM3/miarm.h" Index: ntoskrnl/mm/marea.c =================================================================== --- ntoskrnl/mm/marea.c (revision 62129) +++ ntoskrnl/mm/marea.c (working copy) @@ -42,7 +42,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include "../cache/section/newmm.h" #include Index: ntoskrnl/mm/mmfault.c =================================================================== --- ntoskrnl/mm/mmfault.c (revision 62129) +++ ntoskrnl/mm/mmfault.c (working copy) @@ -10,7 +10,9 @@ #include #include "../cache/section/newmm.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/mminit.c =================================================================== --- ntoskrnl/mm/mminit.c (revision 62129) +++ ntoskrnl/mm/mminit.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define MODULE_INVOLVED_IN_ARM3 Index: ntoskrnl/mm/pagefile.c =================================================================== --- ntoskrnl/mm/pagefile.c (revision 62129) +++ ntoskrnl/mm/pagefile.c (working copy) @@ -28,7 +28,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/mm/region.c =================================================================== --- ntoskrnl/mm/region.c (revision 62129) +++ ntoskrnl/mm/region.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDE *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/mm/rmap.c =================================================================== --- ntoskrnl/mm/rmap.c (revision 62129) +++ ntoskrnl/mm/rmap.c (working copy) @@ -11,7 +11,9 @@ #include #include "../cache/section/newmm.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/mm/section.c =================================================================== --- ntoskrnl/mm/section.c (revision 62129) +++ ntoskrnl/mm/section.c (working copy) @@ -47,7 +47,9 @@ #include #include "../cache/newcc.h" #include "../cache/section/newmm.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: ntoskrnl/ob/obdir.c =================================================================== --- ntoskrnl/ob/obdir.c (revision 62129) +++ ntoskrnl/ob/obdir.c (working copy) @@ -14,7 +14,9 @@ /* INCLUDES ***************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOLEAN ObpLUIDDeviceMapsEnabled; Index: ntoskrnl/ob/obhandle.c =================================================================== --- ntoskrnl/ob/obhandle.c (revision 62129) +++ ntoskrnl/ob/obhandle.c (working copy) @@ -14,7 +14,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PHANDLE_TABLE ObpKernelHandleTable = NULL; Index: ntoskrnl/ob/obinit.c =================================================================== --- ntoskrnl/ob/obinit.c (revision 62129) +++ ntoskrnl/ob/obinit.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ob/oblife.c =================================================================== --- ntoskrnl/ob/oblife.c (revision 62129) +++ ntoskrnl/ob/oblife.c (working copy) @@ -14,7 +14,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include extern ULONG NtGlobalFlag; Index: ntoskrnl/ob/oblink.c =================================================================== --- ntoskrnl/ob/oblink.c (revision 62129) +++ ntoskrnl/ob/oblink.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: ntoskrnl/ob/obname.c =================================================================== --- ntoskrnl/ob/obname.c (revision 62129) +++ ntoskrnl/ob/obname.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOLEAN ObpCaseInsensitive = TRUE; Index: ntoskrnl/ob/obref.c =================================================================== --- ntoskrnl/ob/obref.c (revision 62129) +++ ntoskrnl/ob/obref.c (working copy) @@ -12,7 +12,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/ob/obsdcach.c =================================================================== --- ntoskrnl/ob/obsdcach.c (revision 62129) +++ ntoskrnl/ob/obsdcach.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/ob/obsecure.c =================================================================== --- ntoskrnl/ob/obsecure.c (revision 62129) +++ ntoskrnl/ob/obsecure.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/ob/obwait.c =================================================================== --- ntoskrnl/ob/obwait.c (revision 62129) +++ ntoskrnl/ob/obwait.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/po/events.c =================================================================== --- ntoskrnl/po/events.c (revision 62129) +++ ntoskrnl/po/events.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/po/poshtdwn.c =================================================================== --- ntoskrnl/po/poshtdwn.c (revision 62129) +++ ntoskrnl/po/poshtdwn.c (working copy) @@ -12,7 +12,9 @@ #ifdef NEWCC #include "../cache/newcc.h" #endif +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/po/povolume.c =================================================================== --- ntoskrnl/po/povolume.c (revision 62129) +++ ntoskrnl/po/povolume.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/po/power.c =================================================================== --- ntoskrnl/po/power.c (revision 62129) +++ ntoskrnl/po/power.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ps/debug.c =================================================================== --- ntoskrnl/ps/debug.c (revision 62129) +++ ntoskrnl/ps/debug.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/ps/i386/psctx.c =================================================================== --- ntoskrnl/ps/i386/psctx.c (revision 62129) +++ ntoskrnl/ps/i386/psctx.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: ntoskrnl/ps/i386/psldt.c =================================================================== --- ntoskrnl/ps/i386/psldt.c (revision 62129) +++ ntoskrnl/ps/i386/psldt.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/ps/job.c =================================================================== --- ntoskrnl/ps/job.c (revision 62129) +++ ntoskrnl/ps/job.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: ntoskrnl/ps/kill.c =================================================================== --- ntoskrnl/ps/kill.c (revision 62129) +++ ntoskrnl/ps/kill.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ps/process.c =================================================================== --- ntoskrnl/ps/process.c (revision 62129) +++ ntoskrnl/ps/process.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ps/psmgr.c =================================================================== --- ntoskrnl/ps/psmgr.c (revision 62129) +++ ntoskrnl/ps/psmgr.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include extern ULONG ExpInitializationPhase; Index: ntoskrnl/ps/psnotify.c =================================================================== --- ntoskrnl/ps/psnotify.c (revision 62129) +++ ntoskrnl/ps/psnotify.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/ps/query.c =================================================================== --- ntoskrnl/ps/query.c (revision 62129) +++ ntoskrnl/ps/query.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FIXME: From winbase.h... what to do? */ Index: ntoskrnl/ps/quota.c =================================================================== --- ntoskrnl/ps/quota.c (revision 62129) +++ ntoskrnl/ps/quota.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES **************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include EPROCESS_QUOTA_BLOCK PspDefaultQuotaBlock; Index: ntoskrnl/ps/security.c =================================================================== --- ntoskrnl/ps/security.c (revision 62129) +++ ntoskrnl/ps/security.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PTOKEN PspBootAccessToken; Index: ntoskrnl/ps/state.c =================================================================== --- ntoskrnl/ps/state.c (revision 62129) +++ ntoskrnl/ps/state.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS *********************************************************/ Index: ntoskrnl/ps/thread.c =================================================================== --- ntoskrnl/ps/thread.c (revision 62129) +++ ntoskrnl/ps/thread.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: ntoskrnl/ps/win32.c =================================================================== --- ntoskrnl/ps/win32.c (revision 62129) +++ ntoskrnl/ps/win32.c (working copy) @@ -10,7 +10,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: ntoskrnl/rtl/libsupp.c =================================================================== --- ntoskrnl/rtl/libsupp.c (revision 62129) +++ ntoskrnl/rtl/libsupp.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define TAG_ATMT 'TotA' /* Atom table */ Index: ntoskrnl/rtl/misc.c =================================================================== --- ntoskrnl/rtl/misc.c (revision 62129) +++ ntoskrnl/rtl/misc.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/se/access.c =================================================================== --- ntoskrnl/se/access.c (revision 62129) +++ ntoskrnl/se/access.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/se/accesschk.c =================================================================== --- ntoskrnl/se/accesschk.c (revision 62129) +++ ntoskrnl/se/accesschk.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/se/acl.c =================================================================== --- ntoskrnl/se/acl.c (revision 62129) +++ ntoskrnl/se/acl.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/se/audit.c =================================================================== --- ntoskrnl/se/audit.c (revision 62129) +++ ntoskrnl/se/audit.c (working copy) @@ -11,7 +11,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define SEP_PRIVILEGE_SET_MAX_COUNT 60 Index: ntoskrnl/se/lsa.c =================================================================== --- ntoskrnl/se/lsa.c (revision 62129) +++ ntoskrnl/se/lsa.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: ntoskrnl/se/priv.c =================================================================== --- ntoskrnl/se/priv.c (revision 62129) +++ ntoskrnl/se/priv.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/se/sd.c =================================================================== --- ntoskrnl/se/sd.c (revision 62129) +++ ntoskrnl/se/sd.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/se/semgr.c =================================================================== --- ntoskrnl/se/semgr.c (revision 62129) +++ ntoskrnl/se/semgr.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: ntoskrnl/se/sid.c =================================================================== --- ntoskrnl/se/sid.c (revision 62129) +++ ntoskrnl/se/sid.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define TAG_SID_AND_ATTRIBUTES 'aSeS' Index: ntoskrnl/se/token.c =================================================================== --- ntoskrnl/se/token.c (revision 62129) +++ ntoskrnl/se/token.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES *******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #if defined (ALLOC_PRAGMA) Index: ntoskrnl/vdm/vdmexec.c =================================================================== --- ntoskrnl/vdm/vdmexec.c (revision 62129) +++ ntoskrnl/vdm/vdmexec.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/vdm/vdmmain.c =================================================================== --- ntoskrnl/vdm/vdmmain.c (revision 62129) +++ ntoskrnl/vdm/vdmmain.c (working copy) @@ -10,7 +10,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: ntoskrnl/vf/driver.c =================================================================== --- ntoskrnl/vf/driver.c (revision 62129) +++ ntoskrnl/vf/driver.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: ntoskrnl/wmi/wmi.c =================================================================== --- ntoskrnl/wmi/wmi.c (revision 62129) +++ ntoskrnl/wmi/wmi.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES *****************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: subsystems/ntvdm/ntvdm.c =================================================================== --- subsystems/ntvdm/ntvdm.c (revision 62129) +++ subsystems/ntvdm/ntvdm.c (working copy) @@ -20,7 +20,9 @@ #include "resource.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ******************************************************************/ Index: subsystems/win32/csrsrv/api.c =================================================================== --- subsystems/win32/csrsrv/api.c (revision 62129) +++ subsystems/win32/csrsrv/api.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: subsystems/win32/csrsrv/init.c =================================================================== --- subsystems/win32/csrsrv/init.c (revision 62129) +++ subsystems/win32/csrsrv/init.c (working copy) @@ -14,7 +14,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* DATA ***********************************************************************/ Index: subsystems/win32/csrsrv/procsup.c =================================================================== --- subsystems/win32/csrsrv/procsup.c (revision 62129) +++ subsystems/win32/csrsrv/procsup.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: subsystems/win32/csrsrv/server.c =================================================================== --- subsystems/win32/csrsrv/server.c (revision 62129) +++ subsystems/win32/csrsrv/server.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* DATA ***********************************************************************/ Index: subsystems/win32/csrsrv/session.c =================================================================== --- subsystems/win32/csrsrv/session.c (revision 62129) +++ subsystems/win32/csrsrv/session.c (working copy) @@ -10,7 +10,9 @@ #include "srv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* DATA ***********************************************************************/ Index: subsystems/win32/csrsrv/thredsup.c =================================================================== --- subsystems/win32/csrsrv/thredsup.c (revision 62129) +++ subsystems/win32/csrsrv/thredsup.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define CsrHashThread(t) (HandleToUlong(t) % NUMBER_THREAD_HASH_BUCKETS) Index: subsystems/win32/csrsrv/wait.c =================================================================== --- subsystems/win32/csrsrv/wait.c (revision 62129) +++ subsystems/win32/csrsrv/wait.c (working copy) @@ -11,7 +11,9 @@ #include "srv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* DATA ***********************************************************************/ Index: subsystems/win32/csrss/csrss.c =================================================================== --- subsystems/win32/csrss/csrss.c (revision 62129) +++ subsystems/win32/csrss/csrss.c (working copy) @@ -15,7 +15,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: subsystems/win/basesrv/dosdev.c =================================================================== --- subsystems/win/basesrv/dosdev.c (revision 62129) +++ subsystems/win/basesrv/dosdev.c (working copy) @@ -10,7 +10,9 @@ #include "basesrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: subsystems/win/basesrv/init.c =================================================================== --- subsystems/win/basesrv/init.c (revision 62129) +++ subsystems/win/basesrv/init.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "api.h" Index: subsystems/win/basesrv/nls.c =================================================================== --- subsystems/win/basesrv/nls.c (revision 62129) +++ subsystems/win/basesrv/nls.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: subsystems/win/basesrv/proc.c =================================================================== --- subsystems/win/basesrv/proc.c (revision 62129) +++ subsystems/win/basesrv/proc.c (working copy) @@ -10,7 +10,9 @@ #include "basesrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC SERVER APIS *********************************************************/ Index: subsystems/win/basesrv/sndsntry.c =================================================================== --- subsystems/win/basesrv/sndsntry.c (revision 62129) +++ subsystems/win/basesrv/sndsntry.c (working copy) @@ -10,7 +10,9 @@ #include "basesrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: subsystems/win/basesrv/vdm.c =================================================================== --- subsystems/win/basesrv/vdm.c (revision 62129) +++ subsystems/win/basesrv/vdm.c (working copy) @@ -10,7 +10,9 @@ #include "basesrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC SERVER APIS *********************************************************/ Index: win32ss/drivers/font/ftfd/rosglue.c =================================================================== --- win32ss/drivers/font/ftfd/rosglue.c (revision 62129) +++ win32ss/drivers/font/ftfd/rosglue.c (working copy) @@ -9,7 +9,9 @@ #include "ftfd.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define TAG_FREETYPE 'PYTF' Index: win32ss/drivers/videoprt/agp.c =================================================================== --- win32ss/drivers/videoprt/agp.c (revision 62129) +++ win32ss/drivers/videoprt/agp.c (working copy) @@ -21,7 +21,9 @@ #include "videoprt.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: win32ss/drivers/videoprt/child.c =================================================================== --- win32ss/drivers/videoprt/child.c (revision 62129) +++ win32ss/drivers/videoprt/child.c (working copy) @@ -21,7 +21,9 @@ #include "videoprt.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: win32ss/drivers/videoprt/ddc.c =================================================================== --- win32ss/drivers/videoprt/ddc.c (revision 62129) +++ win32ss/drivers/videoprt/ddc.c (working copy) @@ -21,7 +21,9 @@ #include "videoprt.h" +#ifndef NDEBUG #define NDEBUG +#endif #include #define DDC_EEPROM_ADDRESS 0xA0 Index: win32ss/drivers/videoprt/dispatch.c =================================================================== --- win32ss/drivers/videoprt/dispatch.c (revision 62129) +++ win32ss/drivers/videoprt/dispatch.c (working copy) @@ -24,7 +24,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBAL VARIABLES ***********************************************************/ Index: win32ss/drivers/videoprt/dma.c =================================================================== --- win32ss/drivers/videoprt/dma.c (revision 62129) +++ win32ss/drivers/videoprt/dma.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct Index: win32ss/drivers/videoprt/event.c =================================================================== --- win32ss/drivers/videoprt/event.c (revision 62129) +++ win32ss/drivers/videoprt/event.c (working copy) @@ -11,7 +11,9 @@ #include "videoprt.h" #include "../../gdi/eng/engevent.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS ***********************************************************/ Index: win32ss/drivers/videoprt/funclist.c =================================================================== --- win32ss/drivers/videoprt/funclist.c (revision 62129) +++ win32ss/drivers/videoprt/funclist.c (working copy) @@ -21,7 +21,9 @@ #include "videoprt.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _VIDEO_PORT_FUNCTION_TABLE { Index: win32ss/drivers/videoprt/int10.c =================================================================== --- win32ss/drivers/videoprt/int10.c (revision 62129) +++ win32ss/drivers/videoprt/int10.c (working copy) @@ -23,7 +23,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: win32ss/drivers/videoprt/interrupt.c =================================================================== --- win32ss/drivers/videoprt/interrupt.c (revision 62129) +++ win32ss/drivers/videoprt/interrupt.c (working copy) @@ -23,7 +23,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: win32ss/drivers/videoprt/registry.c =================================================================== --- win32ss/drivers/videoprt/registry.c (revision 62129) +++ win32ss/drivers/videoprt/registry.c (working copy) @@ -23,7 +23,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: win32ss/drivers/videoprt/resource.c =================================================================== --- win32ss/drivers/videoprt/resource.c (revision 62129) +++ win32ss/drivers/videoprt/resource.c (working copy) @@ -21,7 +21,9 @@ #include "videoprt.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: win32ss/drivers/videoprt/services.c =================================================================== --- win32ss/drivers/videoprt/services.c (revision 62129) +++ win32ss/drivers/videoprt/services.c (working copy) @@ -21,7 +21,9 @@ #include "videoprt.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VOID NTAPI Index: win32ss/drivers/videoprt/spinlock.c =================================================================== --- win32ss/drivers/videoprt/spinlock.c (revision 62129) +++ win32ss/drivers/videoprt/spinlock.c (working copy) @@ -21,7 +21,9 @@ #include "videoprt.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/drivers/videoprt/stubs.c =================================================================== --- win32ss/drivers/videoprt/stubs.c (revision 62129) +++ win32ss/drivers/videoprt/stubs.c (working copy) @@ -21,7 +21,9 @@ #include "videoprt.h" +#ifndef NDEBUG #define NDEBUG +#endif #include VP_STATUS Index: win32ss/drivers/videoprt/timer.c =================================================================== --- win32ss/drivers/videoprt/timer.c (revision 62129) +++ win32ss/drivers/videoprt/timer.c (working copy) @@ -21,7 +21,9 @@ #include "videoprt.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: win32ss/drivers/videoprt/videoprt.c =================================================================== --- win32ss/drivers/videoprt/videoprt.c (revision 62129) +++ win32ss/drivers/videoprt/videoprt.c (working copy) @@ -25,7 +25,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBAL VARIABLES ***********************************************************/ Index: win32ss/drivers/watchdog/watchdog.c =================================================================== --- win32ss/drivers/watchdog/watchdog.c (revision 62129) +++ win32ss/drivers/watchdog/watchdog.c (working copy) @@ -1,7 +1,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: win32ss/gdi/dib/alphablend.c =================================================================== --- win32ss/gdi/dib/alphablend.c (revision 62129) +++ win32ss/gdi/dib/alphablend.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef union Index: win32ss/gdi/dib/dib.c =================================================================== --- win32ss/gdi/dib/dib.c (revision 62129) +++ win32ss/gdi/dib/dib.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Static data */ Index: win32ss/gdi/dib/dib16bpp.c =================================================================== --- win32ss/gdi/dib/dib16bpp.c (revision 62129) +++ win32ss/gdi/dib/dib16bpp.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: win32ss/gdi/dib/dib1bpp.c =================================================================== --- win32ss/gdi/dib/dib1bpp.c (revision 62129) +++ win32ss/gdi/dib/dib1bpp.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: win32ss/gdi/dib/dib24bpp.c =================================================================== --- win32ss/gdi/dib/dib24bpp.c (revision 62129) +++ win32ss/gdi/dib/dib24bpp.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: win32ss/gdi/dib/dib32bpp.c =================================================================== --- win32ss/gdi/dib/dib32bpp.c (revision 62129) +++ win32ss/gdi/dib/dib32bpp.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: win32ss/gdi/dib/dib4bpp.c =================================================================== --- win32ss/gdi/dib/dib4bpp.c (revision 62129) +++ win32ss/gdi/dib/dib4bpp.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: win32ss/gdi/dib/dib8bpp.c =================================================================== --- win32ss/gdi/dib/dib8bpp.c (revision 62129) +++ win32ss/gdi/dib/dib8bpp.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: win32ss/gdi/dib/floodfill.c =================================================================== --- win32ss/gdi/dib/floodfill.c (revision 62129) +++ win32ss/gdi/dib/floodfill.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/dib/stretchblt.c =================================================================== --- win32ss/gdi/dib/stretchblt.c (revision 62129) +++ win32ss/gdi/dib/stretchblt.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOLEAN DIB_XXBPP_StretchBlt(SURFOBJ *DestSurf, SURFOBJ *SourceSurf, SURFOBJ *MaskSurf, Index: win32ss/gdi/eng/alphablend.c =================================================================== --- win32ss/gdi/eng/alphablend.c (revision 62129) +++ win32ss/gdi/eng/alphablend.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/eng/bitblt.c =================================================================== --- win32ss/gdi/eng/bitblt.c (revision 62129) +++ win32ss/gdi/eng/bitblt.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include XCLIPOBJ gxcoTrivial = Index: win32ss/gdi/eng/clip.c =================================================================== --- win32ss/gdi/eng/clip.c (revision 62129) +++ win32ss/gdi/eng/clip.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static __inline int Index: win32ss/gdi/eng/copybits.c =================================================================== --- win32ss/gdi/eng/copybits.c (revision 62129) +++ win32ss/gdi/eng/copybits.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/eng/debug.c =================================================================== --- win32ss/gdi/eng/debug.c (revision 62129) +++ win32ss/gdi/eng/debug.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/eng/driverobj.c =================================================================== --- win32ss/gdi/eng/driverobj.c (revision 62129) +++ win32ss/gdi/eng/driverobj.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/eng/engbrush.c =================================================================== --- win32ss/gdi/eng/engbrush.c (revision 62129) +++ win32ss/gdi/eng/engbrush.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static const ULONG gaulHatchBrushes[HS_DDI_MAX][8] = Index: win32ss/gdi/eng/engevent.c =================================================================== --- win32ss/gdi/eng/engevent.c (revision 62129) +++ win32ss/gdi/eng/engevent.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC FUNCTIONS ***********************************************************/ Index: win32ss/gdi/eng/engmisc.c =================================================================== --- win32ss/gdi/eng/engmisc.c (revision 62129) +++ win32ss/gdi/eng/engmisc.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOL APIENTRY Index: win32ss/gdi/eng/engwindow.c =================================================================== --- win32ss/gdi/eng/engwindow.c (revision 62129) +++ win32ss/gdi/eng/engwindow.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include INT gcountPWO = 0; Index: win32ss/gdi/eng/error.c =================================================================== --- win32ss/gdi/eng/error.c (revision 62129) +++ win32ss/gdi/eng/error.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/eng/float.c =================================================================== --- win32ss/gdi/eng/float.c (revision 62129) +++ win32ss/gdi/eng/float.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: win32ss/gdi/eng/gradient.c =================================================================== --- win32ss/gdi/eng/gradient.c (revision 62129) +++ win32ss/gdi/eng/gradient.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* MACROS *********************************************************************/ Index: win32ss/gdi/eng/ldevobj.c =================================================================== --- win32ss/gdi/eng/ldevobj.c (revision 62129) +++ win32ss/gdi/eng/ldevobj.c (working copy) @@ -7,7 +7,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include DBG_DEFAULT_CHANNEL(EngLDev); Index: win32ss/gdi/eng/lineto.c =================================================================== --- win32ss/gdi/eng/lineto.c (revision 62129) +++ win32ss/gdi/eng/lineto.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static void FASTCALL Index: win32ss/gdi/eng/mapping.c =================================================================== --- win32ss/gdi/eng/mapping.c (revision 62129) +++ win32ss/gdi/eng/mapping.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include HANDLE ghSystem32Directory; Index: win32ss/gdi/eng/mem.c =================================================================== --- win32ss/gdi/eng/mem.c (revision 62129) +++ win32ss/gdi/eng/mem.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/eng/mouse.c =================================================================== --- win32ss/gdi/eng/mouse.c (revision 62129) +++ win32ss/gdi/eng/mouse.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: win32ss/gdi/eng/paint.c =================================================================== --- win32ss/gdi/eng/paint.c (revision 62129) +++ win32ss/gdi/eng/paint.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOL APIENTRY FillSolid(SURFOBJ *pso, PRECTL pRect, ULONG iColor) Index: win32ss/gdi/eng/pdevobj.c =================================================================== --- win32ss/gdi/eng/pdevobj.c (revision 62129) +++ win32ss/gdi/eng/pdevobj.c (working copy) @@ -7,7 +7,9 @@ */ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PPDEVOBJ gppdevPrimary = NULL; Index: win32ss/gdi/eng/perfcnt.c =================================================================== --- win32ss/gdi/eng/perfcnt.c (revision 62129) +++ win32ss/gdi/eng/perfcnt.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/eng/rlecomp.c =================================================================== --- win32ss/gdi/eng/rlecomp.c (revision 62129) +++ win32ss/gdi/eng/rlecomp.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include enum Rle_EscapeCodes Index: win32ss/gdi/eng/semaphor.c =================================================================== --- win32ss/gdi/eng/semaphor.c (revision 62129) +++ win32ss/gdi/eng/semaphor.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/eng/sort.c =================================================================== --- win32ss/gdi/eng/sort.c (revision 62129) +++ win32ss/gdi/eng/sort.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/eng/stretchblt.c =================================================================== --- win32ss/gdi/eng/stretchblt.c (revision 62129) +++ win32ss/gdi/eng/stretchblt.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef BOOLEAN (APIENTRY *PSTRETCHRECTFUNC)(SURFOBJ* OutputObj, Index: win32ss/gdi/eng/string.c =================================================================== --- win32ss/gdi/eng/string.c (revision 62129) +++ win32ss/gdi/eng/string.c (working copy) @@ -1,7 +1,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/eng/surface.c =================================================================== --- win32ss/gdi/eng/surface.c (revision 62129) +++ win32ss/gdi/eng/surface.c (working copy) @@ -12,7 +12,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include LONG giUniqueSurface = 0; Index: win32ss/gdi/eng/transblt.c =================================================================== --- win32ss/gdi/eng/transblt.c (revision 62129) +++ win32ss/gdi/eng/transblt.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOL APIENTRY Index: win32ss/gdi/eng/xlateobj.c =================================================================== --- win32ss/gdi/eng/xlateobj.c (revision 62129) +++ win32ss/gdi/eng/xlateobj.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include _Post_satisfies_(return==iColor) Index: win32ss/gdi/gdi32/misc/misc.c =================================================================== --- win32ss/gdi/gdi32/misc/misc.c (revision 62129) +++ win32ss/gdi/gdi32/misc/misc.c (working copy) @@ -27,7 +27,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PGDI_TABLE_ENTRY GdiHandleTable = NULL; Index: win32ss/gdi/gdi32/misc/wingl.c =================================================================== --- win32ss/gdi/gdi32/misc/wingl.c (revision 62129) +++ win32ss/gdi/gdi32/misc/wingl.c (working copy) @@ -23,7 +23,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/gdi32/objects/bitmap.c =================================================================== --- win32ss/gdi/gdi32/objects/bitmap.c (revision 62129) +++ win32ss/gdi/gdi32/objects/bitmap.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include // From Yuan, ScanLineSize = (Width * bitcount + 31)/32 Index: win32ss/gdi/gdi32/objects/brush.c =================================================================== --- win32ss/gdi/gdi32/objects/brush.c (revision 62129) +++ win32ss/gdi/gdi32/objects/brush.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/gdi32/objects/dc.c =================================================================== --- win32ss/gdi/gdi32/objects/dc.c (revision 62129) +++ win32ss/gdi/gdi32/objects/dc.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include HGDIOBJ stock_objects[NB_STOCK_OBJECTS]; // temp location. Index: win32ss/gdi/gdi32/objects/enhmfile.c =================================================================== --- win32ss/gdi/gdi32/objects/enhmfile.c (revision 62129) +++ win32ss/gdi/gdi32/objects/enhmfile.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/gdi32/objects/font.c =================================================================== --- win32ss/gdi/gdi32/objects/font.c (revision 62129) +++ win32ss/gdi/gdi32/objects/font.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/gdi32/objects/icm.c =================================================================== --- win32ss/gdi/gdi32/objects/icm.c (revision 62129) +++ win32ss/gdi/gdi32/objects/icm.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/gdi32/objects/palette.c =================================================================== --- win32ss/gdi/gdi32/objects/palette.c (revision 62129) +++ win32ss/gdi/gdi32/objects/palette.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/gdi32/objects/pen.c =================================================================== --- win32ss/gdi/gdi32/objects/pen.c (revision 62129) +++ win32ss/gdi/gdi32/objects/pen.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/gdi32/objects/printdrv.c =================================================================== --- win32ss/gdi/gdi32/objects/printdrv.c (revision 62129) +++ win32ss/gdi/gdi32/objects/printdrv.c (working copy) @@ -33,7 +33,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: win32ss/gdi/gdi32/objects/region.c =================================================================== --- win32ss/gdi/gdi32/objects/region.c (revision 62129) +++ win32ss/gdi/gdi32/objects/region.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define INRECT(r, x, y) \ Index: win32ss/gdi/gdi32/objects/text.c =================================================================== --- win32ss/gdi/gdi32/objects/text.c (revision 62129) +++ win32ss/gdi/gdi32/objects/text.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/ntgdi/arc.c =================================================================== --- win32ss/gdi/ntgdi/arc.c (revision 62129) +++ win32ss/gdi/ntgdi/arc.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* Index: win32ss/gdi/ntgdi/bezier.c =================================================================== --- win32ss/gdi/ntgdi/bezier.c (revision 62129) +++ win32ss/gdi/ntgdi/bezier.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /****************************************************************** Index: win32ss/gdi/ntgdi/bitmaps.c =================================================================== --- win32ss/gdi/ntgdi/bitmaps.c (revision 62129) +++ win32ss/gdi/ntgdi/bitmaps.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include void Index: win32ss/gdi/ntgdi/brush.c =================================================================== --- win32ss/gdi/ntgdi/brush.c (revision 62129) +++ win32ss/gdi/ntgdi/brush.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define GDIOBJATTRFREE 170 Index: win32ss/gdi/ntgdi/cliprgn.c =================================================================== --- win32ss/gdi/ntgdi/cliprgn.c (revision 62129) +++ win32ss/gdi/ntgdi/cliprgn.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include int FASTCALL Index: win32ss/gdi/ntgdi/coord.c =================================================================== --- win32ss/gdi/ntgdi/coord.c (revision 62129) +++ win32ss/gdi/ntgdi/coord.c (working copy) @@ -68,7 +68,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include C_ASSERT(sizeof(XFORML) == sizeof(XFORM)); Index: win32ss/gdi/ntgdi/dcattr.c =================================================================== --- win32ss/gdi/ntgdi/dcattr.c (revision 62129) +++ win32ss/gdi/ntgdi/dcattr.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define GDIDCATTRFREE 8 Index: win32ss/gdi/ntgdi/dclife.c =================================================================== --- win32ss/gdi/ntgdi/dclife.c (revision 62129) +++ win32ss/gdi/ntgdi/dclife.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include // FIXME: Windows uses 0x0012009f Index: win32ss/gdi/ntgdi/dcobjs.c =================================================================== --- win32ss/gdi/ntgdi/dcobjs.c (revision 62129) +++ win32ss/gdi/ntgdi/dcobjs.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: win32ss/gdi/ntgdi/dcstate.c =================================================================== --- win32ss/gdi/ntgdi/dcstate.c (revision 62129) +++ win32ss/gdi/ntgdi/dcstate.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID Index: win32ss/gdi/ntgdi/dcutil.c =================================================================== --- win32ss/gdi/ntgdi/dcutil.c (revision 62129) +++ win32ss/gdi/ntgdi/dcutil.c (working copy) @@ -1,6 +1,8 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include int FASTCALL Index: win32ss/gdi/ntgdi/device.c =================================================================== --- win32ss/gdi/ntgdi/device.c (revision 62129) +++ win32ss/gdi/ntgdi/device.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include PDC defaultDCstate = NULL; Index: win32ss/gdi/ntgdi/dibobj.c =================================================================== --- win32ss/gdi/ntgdi/dibobj.c (revision 62129) +++ win32ss/gdi/ntgdi/dibobj.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static const RGBQUAD EGAColorsQuads[16] = Index: win32ss/gdi/ntgdi/drawing.c =================================================================== --- win32ss/gdi/ntgdi/drawing.c (revision 62129) +++ win32ss/gdi/ntgdi/drawing.c (working copy) @@ -51,7 +51,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/ntgdi/fillshap.c =================================================================== --- win32ss/gdi/ntgdi/fillshap.c (revision 62129) +++ win32ss/gdi/ntgdi/fillshap.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define Rsin(d) ((d) == 0.0 ? 0.0 : ((d) == 90.0 ? 1.0 : sin(d*M_PI/180.0))) Index: win32ss/gdi/ntgdi/font.c =================================================================== --- win32ss/gdi/ntgdi/font.c (revision 62129) +++ win32ss/gdi/ntgdi/font.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include HFONT APIENTRY HfontCreate( IN PENUMLOGFONTEXDVW pelfw,IN ULONG cjElfw,IN LFTYPE lft,IN FLONG fl,IN PVOID pvCliData ); Index: win32ss/gdi/ntgdi/freetype.c =================================================================== --- win32ss/gdi/ntgdi/freetype.c (revision 62129) +++ win32ss/gdi/ntgdi/freetype.c (working copy) @@ -19,7 +19,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #ifndef FT_MAKE_TAG Index: win32ss/gdi/ntgdi/gdibatch.c =================================================================== --- win32ss/gdi/ntgdi/gdibatch.c (revision 62129) +++ win32ss/gdi/ntgdi/gdibatch.c (working copy) @@ -1,7 +1,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/ntgdi/gdidbg.c =================================================================== --- win32ss/gdi/ntgdi/gdidbg.c (revision 62129) +++ win32ss/gdi/ntgdi/gdidbg.c (working copy) @@ -10,7 +10,9 @@ #if DBG #include +#ifndef NDEBUG #define NDEBUG +#endif #include extern ULONG gulFirstFree; Index: win32ss/gdi/ntgdi/gdiobj.c =================================================================== --- win32ss/gdi/ntgdi/gdiobj.c (revision 62129) +++ win32ss/gdi/ntgdi/gdiobj.c (working copy) @@ -34,7 +34,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include // Move to gdidbg.h Index: win32ss/gdi/ntgdi/gdipool.c =================================================================== --- win32ss/gdi/ntgdi/gdipool.c (revision 62129) +++ win32ss/gdi/ntgdi/gdipool.c (working copy) @@ -9,7 +9,9 @@ /* INCLUDES ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _GDI_POOL_SECTION Index: win32ss/gdi/ntgdi/icm.c =================================================================== --- win32ss/gdi/ntgdi/icm.c (revision 62129) +++ win32ss/gdi/ntgdi/icm.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include HCOLORSPACE hStockColorSpace = NULL; Index: win32ss/gdi/ntgdi/line.c =================================================================== --- win32ss/gdi/ntgdi/line.c (revision 62129) +++ win32ss/gdi/ntgdi/line.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include // Some code from the WINE project source (www.winehq.com) Index: win32ss/gdi/ntgdi/metafile.c =================================================================== --- win32ss/gdi/ntgdi/metafile.c (revision 62129) +++ win32ss/gdi/ntgdi/metafile.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* System Service Calls ******************************************************/ Index: win32ss/gdi/ntgdi/palette.c =================================================================== --- win32ss/gdi/ntgdi/palette.c (revision 62129) +++ win32ss/gdi/ntgdi/palette.c (working copy) @@ -9,7 +9,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static UINT SystemPaletteUse = SYSPAL_NOSTATIC; /* The program need save the pallete and restore it */ Index: win32ss/gdi/ntgdi/path.c =================================================================== --- win32ss/gdi/ntgdi/path.c (revision 62129) +++ win32ss/gdi/ntgdi/path.c (working copy) @@ -11,7 +11,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #ifdef _MSC_VER Index: win32ss/gdi/ntgdi/pen.c =================================================================== --- win32ss/gdi/ntgdi/pen.c (revision 62129) +++ win32ss/gdi/ntgdi/pen.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: win32ss/gdi/ntgdi/polyfill.c =================================================================== --- win32ss/gdi/ntgdi/polyfill.c (revision 62129) +++ win32ss/gdi/ntgdi/polyfill.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define FILL_EDGE_ALLOC_TAG 0x45465044 Index: win32ss/gdi/ntgdi/print.c =================================================================== --- win32ss/gdi/ntgdi/print.c (revision 62129) +++ win32ss/gdi/ntgdi/print.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include INT Index: win32ss/gdi/ntgdi/rect.c =================================================================== --- win32ss/gdi/ntgdi/rect.c (revision 62129) +++ win32ss/gdi/ntgdi/rect.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS *****************************************************************/ Index: win32ss/gdi/ntgdi/region.c =================================================================== --- win32ss/gdi/ntgdi/region.c (revision 62129) +++ win32ss/gdi/ntgdi/region.c (working copy) @@ -116,7 +116,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include PROSRGNDATA prgnDefault = NULL; Index: win32ss/gdi/ntgdi/stockobj.c =================================================================== --- win32ss/gdi/ntgdi/stockobj.c (revision 62129) +++ win32ss/gdi/ntgdi/stockobj.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/gdi/ntgdi/text.c =================================================================== --- win32ss/gdi/ntgdi/text.c (revision 62129) +++ win32ss/gdi/ntgdi/text.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /** Functions *****************************************************************/ Index: win32ss/gdi/ntgdi/wingl.c =================================================================== --- win32ss/gdi/ntgdi/wingl.c (revision 62129) +++ win32ss/gdi/ntgdi/wingl.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include static Index: win32ss/gdi/ntgdi/xformobj.c =================================================================== --- win32ss/gdi/ntgdi/xformobj.c (revision 62129) +++ win32ss/gdi/ntgdi/xformobj.c (working copy) @@ -9,7 +9,9 @@ /** Includes ******************************************************************/ #include +#ifndef NDEBUG #define NDEBUG +#endif #include C_ASSERT(sizeof(FIX) == sizeof(LONG)); Index: win32ss/user/ntuser/main.c =================================================================== --- win32ss/user/ntuser/main.c (revision 62129) +++ win32ss/user/ntuser/main.c (working copy) @@ -9,7 +9,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include Index: win32ss/user/ntuser/misc/file.c =================================================================== --- win32ss/user/ntuser/misc/file.c (revision 62129) +++ win32ss/user/ntuser/misc/file.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include BOOL Index: win32ss/user/ntuser/misc/registry.c =================================================================== --- win32ss/user/ntuser/misc/registry.c (revision 62129) +++ win32ss/user/ntuser/misc/registry.c (working copy) @@ -8,7 +8,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include NTSTATUS Index: win32ss/user/ntuser/monitor.c =================================================================== --- win32ss/user/ntuser/monitor.c (revision 62129) +++ win32ss/user/ntuser/monitor.c (working copy) @@ -10,7 +10,9 @@ #include DBG_DEFAULT_CHANNEL(UserMonitor); +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS *******************************************************************/ Index: win32ss/user/ntuser/usrheap.c =================================================================== --- win32ss/user/ntuser/usrheap.c (revision 62129) +++ win32ss/user/ntuser/usrheap.c (working copy) @@ -19,7 +19,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/user/user32/windows/clipboard.c =================================================================== --- win32ss/user/user32/windows/clipboard.c (revision 62129) +++ win32ss/user/user32/windows/clipboard.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include WINE_DEFAULT_DEBUG_CHANNEL(user32); Index: win32ss/user/winsrv/consrv/alias.c =================================================================== --- win32ss/user/winsrv/consrv/alias.c (revision 62129) +++ win32ss/user/winsrv/consrv/alias.c (working copy) @@ -11,7 +11,9 @@ #include "consrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* TYPES **********************************************************************/ Index: win32ss/user/winsrv/consrv/condrv/coninput.c =================================================================== --- win32ss/user/winsrv/consrv/condrv/coninput.c (revision 62129) +++ win32ss/user/winsrv/consrv/condrv/coninput.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: win32ss/user/winsrv/consrv/condrv/conoutput.c =================================================================== --- win32ss/user/winsrv/consrv/condrv/conoutput.c (revision 62129) +++ win32ss/user/winsrv/consrv/condrv/conoutput.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: win32ss/user/winsrv/consrv/condrv/console.c =================================================================== --- win32ss/user/winsrv/consrv/condrv/console.c (revision 62129) +++ win32ss/user/winsrv/consrv/condrv/console.c (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include // FIXME: Add this prototype to winternl.h / rtlfuncs.h / ... Index: win32ss/user/winsrv/consrv/condrv/graphics.c =================================================================== --- win32ss/user/winsrv/consrv/condrv/graphics.c (revision 62129) +++ win32ss/user/winsrv/consrv/condrv/graphics.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* PRIVATE FUNCTIONS **********************************************************/ Index: win32ss/user/winsrv/consrv/condrv/text.c =================================================================== --- win32ss/user/winsrv/consrv/condrv/text.c (revision 62129) +++ win32ss/user/winsrv/consrv/condrv/text.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: win32ss/user/winsrv/consrv/coninput.c =================================================================== --- win32ss/user/winsrv/consrv/coninput.c (revision 62129) +++ win32ss/user/winsrv/consrv/coninput.c (working copy) @@ -11,7 +11,9 @@ #include "consrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: win32ss/user/winsrv/consrv/conoutput.c =================================================================== --- win32ss/user/winsrv/consrv/conoutput.c (revision 62129) +++ win32ss/user/winsrv/consrv/conoutput.c (working copy) @@ -11,7 +11,9 @@ #include "consrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC SERVER APIS *********************************************************/ Index: win32ss/user/winsrv/consrv/console.c =================================================================== --- win32ss/user/winsrv/consrv/console.c (revision 62129) +++ win32ss/user/winsrv/consrv/console.c (working copy) @@ -20,7 +20,9 @@ #include "frontends/tui/tuiterm.h" #endif +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: win32ss/user/winsrv/consrv/frontendctl.c =================================================================== --- win32ss/user/winsrv/consrv/frontendctl.c (revision 62129) +++ win32ss/user/winsrv/consrv/frontendctl.c (working copy) @@ -10,7 +10,9 @@ #include "consrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC SERVER APIS *********************************************************/ Index: win32ss/user/winsrv/consrv/frontends/gui/fullscreen.c =================================================================== --- win32ss/user/winsrv/consrv/frontends/gui/fullscreen.c (revision 62129) +++ win32ss/user/winsrv/consrv/frontends/gui/fullscreen.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: win32ss/user/winsrv/consrv/frontends/gui/graphics.c =================================================================== --- win32ss/user/winsrv/consrv/frontends/gui/graphics.c (revision 62129) +++ win32ss/user/winsrv/consrv/frontends/gui/graphics.c (working copy) @@ -10,7 +10,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: win32ss/user/winsrv/consrv/frontends/gui/guisettings.c =================================================================== --- win32ss/user/winsrv/consrv/frontends/gui/guisettings.c (revision 62129) +++ win32ss/user/winsrv/consrv/frontends/gui/guisettings.c (working copy) @@ -11,7 +11,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include VOID GuiConsoleMoveWindow(PGUI_CONSOLE_DATA GuiData); Index: win32ss/user/winsrv/consrv/frontends/gui/guiterm.c =================================================================== --- win32ss/user/winsrv/consrv/frontends/gui/guiterm.c (revision 62129) +++ win32ss/user/winsrv/consrv/frontends/gui/guiterm.c (working copy) @@ -17,7 +17,9 @@ #define COBJMACROS #include +#ifndef NDEBUG #define NDEBUG +#endif #include #include "guiterm.h" Index: win32ss/user/winsrv/consrv/frontends/gui/text.c =================================================================== --- win32ss/user/winsrv/consrv/frontends/gui/text.c (revision 62129) +++ win32ss/user/winsrv/consrv/frontends/gui/text.c (working copy) @@ -13,7 +13,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* FUNCTIONS ******************************************************************/ Index: win32ss/user/winsrv/consrv/frontends/input.c =================================================================== --- win32ss/user/winsrv/consrv/frontends/input.c (revision 62129) +++ win32ss/user/winsrv/consrv/frontends/input.c (working copy) @@ -14,7 +14,9 @@ #include "include/term.h" #include "coninput.h" +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/user/winsrv/consrv/handle.c =================================================================== --- win32ss/user/winsrv/consrv/handle.c (revision 62129) +++ win32ss/user/winsrv/consrv/handle.c (working copy) @@ -14,7 +14,9 @@ #include +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: win32ss/user/winsrv/consrv/init.c =================================================================== --- win32ss/user/winsrv/consrv/init.c (revision 62129) +++ win32ss/user/winsrv/consrv/init.c (working copy) @@ -13,7 +13,9 @@ #include "api.h" #include "procinit.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: win32ss/user/winsrv/consrv/lineinput.c =================================================================== --- win32ss/user/winsrv/consrv/lineinput.c (revision 62129) +++ win32ss/user/winsrv/consrv/lineinput.c (working copy) @@ -12,7 +12,9 @@ #include "consrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include typedef struct _HISTORY_BUFFER Index: win32ss/user/winsrv/consrv/settings.c =================================================================== --- win32ss/user/winsrv/consrv/settings.c (revision 62129) +++ win32ss/user/winsrv/consrv/settings.c (working copy) @@ -13,7 +13,9 @@ #include // for swprintf +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: win32ss/user/winsrv/consrv/subsysreg.c =================================================================== --- win32ss/user/winsrv/consrv/subsysreg.c (revision 62129) +++ win32ss/user/winsrv/consrv/subsysreg.c (working copy) @@ -10,7 +10,9 @@ #include "consrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* PUBLIC SERVER APIS *********************************************************/ Index: win32ss/user/winsrv/init.c =================================================================== --- win32ss/user/winsrv/init.c (revision 62129) +++ win32ss/user/winsrv/init.c (working copy) @@ -17,7 +17,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include Index: win32ss/user/winsrv/usersrv/harderror.c =================================================================== --- win32ss/user/winsrv/usersrv/harderror.c (revision 62129) +++ win32ss/user/winsrv/usersrv/harderror.c (working copy) @@ -15,7 +15,9 @@ #include #include +#ifndef NDEBUG #define NDEBUG +#endif #include #define IDTRYAGAIN 10 Index: win32ss/user/winsrv/usersrv/init.c =================================================================== --- win32ss/user/winsrv/usersrv/init.c (revision 62129) +++ win32ss/user/winsrv/usersrv/init.c (working copy) @@ -13,7 +13,9 @@ #include "api.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: win32ss/user/winsrv/usersrv/register.c =================================================================== --- win32ss/user/winsrv/usersrv/register.c (revision 62129) +++ win32ss/user/winsrv/usersrv/register.c (working copy) @@ -11,7 +11,9 @@ #include "usersrv.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/ Index: win32ss/user/winsrv/usersrv/shutdown.c =================================================================== --- win32ss/user/winsrv/usersrv/shutdown.c (revision 62129) +++ win32ss/user/winsrv/usersrv/shutdown.c (working copy) @@ -20,7 +20,9 @@ #include "resource.h" +#ifndef NDEBUG #define NDEBUG +#endif #include /* GLOBALS ********************************************************************/