Blight is cool. oh, right..this is a commt message. err.. oh. include debug.h per...
authorAlex Ionescu <aionescu@gmail.com>
Sun, 19 Jun 2005 22:50:59 +0000 (22:50 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 19 Jun 2005 22:50:59 +0000 (22:50 +0000)
svn path=/trunk/; revision=16126

38 files changed:
reactos/lib/ntdll/csr/capture.c
reactos/lib/ntdll/csr/lpc.c
reactos/lib/ntdll/csr/probe.c
reactos/lib/ntdll/csr/thread.c
reactos/lib/ntdll/dbg/brkpoint.c
reactos/lib/ntdll/dbg/debug.c
reactos/lib/ntdll/dbg/print.c
reactos/lib/ntdll/inc/ntdll.h
reactos/lib/ntdll/ldr/elf.c
reactos/lib/ntdll/ldr/res.c
reactos/lib/ntdll/ldr/startup.c
reactos/lib/ntdll/ldr/utils.c
reactos/lib/ntdll/main/dllmain.c
reactos/lib/ntdll/rtl/apc.c
reactos/lib/ntdll/rtl/atom.c
reactos/lib/ntdll/rtl/callback.c
reactos/lib/ntdll/rtl/crc32.c
reactos/lib/ntdll/rtl/critical.c
reactos/lib/ntdll/rtl/dbgbuffer.c
reactos/lib/ntdll/rtl/exception.c
reactos/lib/ntdll/rtl/handle.c
reactos/lib/ntdll/rtl/libsupp.c
reactos/lib/ntdll/rtl/math.c
reactos/lib/ntdll/rtl/message.c
reactos/lib/ntdll/rtl/misc.c
reactos/lib/ntdll/rtl/path.c
reactos/lib/ntdll/rtl/process.c
reactos/lib/ntdll/rtl/propvar.c
reactos/lib/ntdll/rtl/rangelist.c
reactos/lib/ntdll/rtl/resource.c
reactos/lib/ntdll/rtl/teb.c
reactos/lib/ntdll/rtl/timerqueue.c
reactos/lib/ntdll/rtl/trace.c
reactos/lib/ntdll/stdio/sprintf.c
reactos/lib/ntdll/stdio/sscanf.c
reactos/lib/ntdll/stdio/swprintf.c
reactos/lib/ntdll/stdlib/mbstowcs.c
reactos/lib/ntdll/stdlib/wcstombs.c

index f45723a..7760b63 100644 (file)
@@ -8,8 +8,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* GLOBALS *******************************************************************/
 
index a27562c..b4084bf 100644 (file)
@@ -13,8 +13,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* GLOBALS *******************************************************************/
 
index 348f89d..5020812 100644 (file)
@@ -8,8 +8,9 @@
  * DATE:            2001-06-17
  */
  
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /*
  * @implemented
index dfe12a4..71951d9 100644 (file)
@@ -6,8 +6,9 @@
  * PURPOSE:         CSRSS threads API
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /*
  * @implemented
index 930205a..88dfaf0 100644 (file)
@@ -11,8 +11,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* FUNCTIONS *****************************************************************/
 
index a138146..c1cda24 100644 (file)
@@ -11,8 +11,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 #include <rosrtl/thread.h>
 
 /* FUNCTIONS *****************************************************************/
index ab82fd0..5e4a281 100644 (file)
@@ -9,8 +9,9 @@
  *                  Created 28/12/1999
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* FUNCTIONS ***************************************************************/
 
index e035243..dc2ca45 100644 (file)
@@ -21,6 +21,5 @@
 #include <ntdll/rtl.h>
 #include <ntdll/ldr.h>
 #include <ntdll/ntdll.h>
-#include <debug.h> /* FIXME REMOVE THIS */
 
 /* EOF */
index 98eb0f1..0996481 100644 (file)
@@ -42,8 +42,9 @@
  * John Polstra <jdp@polstra.com>.
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 #if 0
 
index 4dfd4ad..1ca2079 100644 (file)
@@ -23,8 +23,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* PROTOTYPES ****************************************************************/
 
index 8770ef2..493be6b 100644 (file)
@@ -10,8 +10,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 #include <win32k/callback.h>
 
 VOID RtlInitializeHeapManager (VOID);
index a61d978..4443e36 100644 (file)
@@ -19,8 +19,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 #define LDRP_PROCESS_CREATION_TIME 0x8000000
 
index dc4b0c9..1ff23a6 100644 (file)
@@ -7,8 +7,9 @@
  * PROGRAMMER:
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 BOOL WINAPI DllMainCRTStartup(HINSTANCE hinstDll,
                              DWORD fdwReason,
index 8962d32..420fce7 100644 (file)
@@ -26,8 +26,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* FUNCTIONS ***************************************************************/
 
index e20d4ff..27e67da 100644 (file)
@@ -11,8 +11,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* LOCAL TYPES ***************************************************************/
 
index b1d80ab..c9806ef 100644 (file)
@@ -9,8 +9,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 /* TYPES *********************************************************************/
 
 typedef NTSTATUS (STDCALL *KERNEL_CALLBACK_FUNCTION)(PVOID Argument,
index a42699c..c23f21e 100644 (file)
@@ -17,8 +17,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 /* FUNCTIONS ****************************************************************/
 
 /* CRC polynomial 0xedb88320 */
index 22e7f50..de865b2 100644 (file)
@@ -12,8 +12,9 @@
 
 /* INCLUDES ******************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* FUNCTIONS *****************************************************************/
 
index 8304703..d1b92a0 100644 (file)
@@ -31,8 +31,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* FUNCTIONS ***************************************************************/
 
index 5db5083..83901e2 100644 (file)
@@ -14,8 +14,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 static RTL_CRITICAL_SECTION RtlpVectoredExceptionLock;
 static LIST_ENTRY RtlpVectoredExceptionHead;
index 9ea8f2f..d3ddc34 100644 (file)
@@ -9,8 +9,9 @@
 
 /* INCLUDES ******************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* FUNCTIONS *****************************************************************/
 
index 71b0d84..b9b6405 100644 (file)
@@ -9,8 +9,9 @@
  *
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* FUNCTIONS ***************************************************************/
 
index c09b69c..85b8742 100644 (file)
@@ -17,8 +17,9 @@
    License along with the GNU C Library; see the file COPYING.LIB.  If not,
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 double atan (double __x);
 double ceil (double __x);
index 5a392e7..dd4bf3f 100644 (file)
@@ -11,8 +11,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 #include <ddk/ldrfuncs.h>
 
 /* FUNCTIONS *****************************************************************/
index c29f002..4dceb19 100644 (file)
@@ -11,8 +11,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /**********************************************************************
  * NAME                                                        EXPORTED
index 2342449..a136ab0 100644 (file)
@@ -10,8 +10,9 @@
 
 /* INCLUDES ******************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* DEFINITONS and MACROS ******************************************************/
 
index d3cf73f..5f898ee 100644 (file)
@@ -11,8 +11,9 @@
 
 /* INCLUDES ****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* FUNCTIONS ****************************************************************/
 
index e4d8ca2..38b7d59 100644 (file)
@@ -5,8 +5,9 @@
  * FILE:            lib/ntdll/csr/propvar.c
  * PURPOSE:         CSRSS properties and variants API
  */
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /*
  * @unimplemented
index 33ea03f..7f7736c 100644 (file)
@@ -26,8 +26,9 @@
 
 /* INCLUDES ****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 typedef struct _RTL_RANGE_ENTRY
 {
index 2c268d9..f3efaaf 100644 (file)
@@ -18,8 +18,9 @@
  * The code is based on information published in WDJ January 1999 issue.
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 
 /* FUNCTIONS ****************************************************************/
index 5147fc3..cdcd255 100644 (file)
@@ -6,8 +6,9 @@
  * PURPOSE:
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 
 PTEB STDCALL
index b25e76a..3e55342 100644 (file)
@@ -26,8 +26,9 @@
 
 /* INCLUDES ****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 typedef VOID (CALLBACK *WAITORTIMERCALLBACKFUNC) (PVOID, BOOLEAN );
 
index 4aba0ef..2ca056a 100644 (file)
@@ -26,8 +26,9 @@
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 /* GLOBALS *******************************************************************/
 
index 359bafd..881acb0 100644 (file)
@@ -24,8 +24,9 @@
 #include <ctype.h>
 #include <limits.h>
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 
 
 #define ZEROPAD        1               /* pad with zero */
index 424db00..d98b1b2 100644 (file)
@@ -1,7 +1,8 @@
 /**/
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 #include <stdio.h>
 
 /* helper function for *scanf.  Returns the value of character c in the
index 576da80..9124cc4 100644 (file)
@@ -22,8 +22,9 @@
  * Wirzenius wrote this portably, Torvalds fucked it up :-)
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 #include <wchar.h>
 #include <limits.h>
 
index 99d0398..19d69ef 100644 (file)
@@ -6,8 +6,9 @@
  * PURPOSE:         converts a multi byte string to a unicode string
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 #include <stdlib.h>
 #include <string.h>
 /*
index db57082..8029c0b 100644 (file)
@@ -6,8 +6,9 @@
  * PURPOSE:         converts a unicode string to a multi byte string
  */
 
-#define NDEBUG
 #include <ntdll.h>
+#define NDEBUG
+#include <debug.h>
 #include <stdlib.h>
 #include <string.h>