- Fix build issues. 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 22:43:09 UTC (rev 18613) +++ trunk/reactos/w32api/include/ntstatus.h 2005-10-19 22:51:21 UTC (rev 18614) @@ -26,11 +26,8 @@
* Debug codes */ #define DBG_PRINTEXCEPTION_C ((NTSTATUS)0x40010006L) - -#ifndef _WINNT_H #define DBG_CONTROL_C ((NTSTATUS)0x40010005L) #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 22:43:09 UTC (rev 18613) +++ trunk/reactos/w32api/include/winnt.h 2005-10-19 22:51:21 UTC (rev 18614) @@ -210,6 +210,10 @@
#define SPECIFIC_RIGHTS_ALL 0xFFFF #define ACCESS_SYSTEM_SECURITY 0x1000000
+#ifndef WIN32_NO_STATUS +#define DBG_CONTINUE ((DWORD)0x00010002L) +#endif + #define MAXIMUM_ALLOWED 0x2000000 #define GENERIC_READ 0x80000000 #define GENERIC_WRITE 0x40000000 @@ -1251,16 +1255,6 @@ #define DLL_PROCESS_ATTACH 1 #define DLL_THREAD_ATTACH 2 #define DLL_THREAD_DETACH 3 -#define DBG_CONTINUE 0x10002 -#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 #define TAPE_LOGICAL_POSITION 1 #define TAPE_PSEUDO_LOGICAL_POSITION 2