mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +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:
parent
27cc2b7d94
commit
4f2b8fba21
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue