mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 10:54:19 +00:00
[PSDK][XDK] Move 2 aliases to psdk/winbase.h from xdk/winnt_old.h
This commit is contained in:
parent
2e82175ba4
commit
e7790abb02
2 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue