Fix the head so it compiles again. 
do not define same DBG_** twice.
Modified: trunk/reactos/w32api/include/ntstatus.h
Modified: trunk/reactos/w32api/include/winnt.h

Modified: trunk/reactos/w32api/include/ntstatus.h
--- trunk/reactos/w32api/include/ntstatus.h	2005-10-19 21:08:53 UTC (rev 18605)
+++ trunk/reactos/w32api/include/ntstatus.h	2005-10-19 21:10:17 UTC (rev 18606)
@@ -25,9 +25,12 @@
 /*
  * Debug codes
  */
+#define DBG_PRINTEXCEPTION_C             ((NTSTATUS)0x40010006L)
+
+#ifndef _WINNT_H
 #define DBG_CONTROL_C                    ((NTSTATUS)0x40010005L)
-#define DBG_PRINTEXCEPTION_C             ((NTSTATUS)0x40010006L)
 #define DBG_CONTROL_BREAK                ((NTSTATUS)0x40010008L)
+#endif
 
 /*
  * Exception codes

Modified: trunk/reactos/w32api/include/winnt.h
--- trunk/reactos/w32api/include/winnt.h	2005-10-19 21:08:53 UTC (rev 18605)
+++ trunk/reactos/w32api/include/winnt.h	2005-10-19 21:10:17 UTC (rev 18606)
@@ -1255,8 +1255,10 @@
 #define DBG_TERMINATE_THREAD 0x40010003
 #define DBG_TERMINATE_PROCESS 0x40010004
 #ifndef WIN32_NO_STATUS
+#ifndef __WINE_NTSTATUS_H
 #define DBG_CONTROL_C 0x40010005
 #define DBG_CONTROL_BREAK 0x40010008
+#endif
 #define DBG_EXCEPTION_NOT_HANDLED 0x80010001
 #endif
 #define TAPE_ABSOLUTE_POSITION 0