Fix the head so it compiles again.

do not define same DBG_** twice. 

svn path=/trunk/; revision=18606
This commit is contained in:
Magnus Olsen 2005-10-19 21:10:17 +00:00
parent 27cc2b7d94
commit 4f2b8fba21
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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