- Fix build issues.

svn path=/trunk/; revision=18614
This commit is contained in:
Alex Ionescu 2005-10-19 22:51:21 +00:00
parent a9e2477672
commit 986feb9eea
2 changed files with 4 additions and 13 deletions

View file

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

View file

@ -210,6 +210,10 @@ typedef DWORD FLONG;
#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 @@ typedef enum
#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