mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fix the head so it compiles again.
do not define same DBG_** twice. svn path=/trunk/; revision=18606
This commit is contained in:
@@ -25,9 +25,12 @@
|
||||
/*
|
||||
* Debug codes
|
||||
*/
|
||||
#define DBG_CONTROL_C ((NTSTATUS)0x40010005L)
|
||||
#define DBG_PRINTEXCEPTION_C ((NTSTATUS)0x40010006L)
|
||||
|
||||
#ifndef _WINNT_H
|
||||
#define DBG_CONTROL_C ((NTSTATUS)0x40010005L)
|
||||
#define DBG_CONTROL_BREAK ((NTSTATUS)0x40010008L)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Exception codes
|
||||
|
||||
@@ -1255,8 +1255,10 @@ typedef enum
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user