mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[PSDK][XDK] Move 2 aliases to psdk/winbase.h from xdk/winnt_old.h
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
2e82175ba4
commit
e7790abb02
@@ -780,7 +780,9 @@ typedef struct _DEBUG_EVENT {
|
||||
} DEBUG_EVENT,*LPDEBUG_EVENT;
|
||||
|
||||
#ifndef MIDL_PASS
|
||||
typedef PCONTEXT LPCONTEXT;
|
||||
typedef PEXCEPTION_RECORD LPEXCEPTION_RECORD;
|
||||
typedef PEXCEPTION_POINTERS LPEXCEPTION_POINTERS;
|
||||
#endif
|
||||
|
||||
typedef struct _OVERLAPPED {
|
||||
|
||||
@@ -2097,7 +2097,7 @@ typedef struct _CONTEXT
|
||||
#else
|
||||
#error "undefined processor type"
|
||||
#endif
|
||||
typedef CONTEXT *PCONTEXT,*LPCONTEXT;
|
||||
typedef CONTEXT *PCONTEXT;
|
||||
|
||||
#define EXCEPTION_MAXIMUM_PARAMETERS 15
|
||||
#define EXCEPTION_NONCONTINUABLE 0x01
|
||||
@@ -2145,7 +2145,7 @@ typedef struct _EXCEPTION_RECORD64 {
|
||||
typedef struct _EXCEPTION_POINTERS {
|
||||
PEXCEPTION_RECORD ExceptionRecord;
|
||||
PCONTEXT ContextRecord;
|
||||
} EXCEPTION_POINTERS,*PEXCEPTION_POINTERS, *LPEXCEPTION_POINTERS;
|
||||
} EXCEPTION_POINTERS, *PEXCEPTION_POINTERS;
|
||||
|
||||
typedef struct _SECURITY_ATTRIBUTES {
|
||||
DWORD nLength;
|
||||
|
||||
Reference in New Issue
Block a user