mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[PSDK] winbase.h: Add missing LPEXCEPTION_RECORD
ROSTESTS-251
This commit is contained in:
parent
20f4039666
commit
2e82175ba4
1 changed files with 4 additions and 0 deletions
|
@ -779,6 +779,10 @@ typedef struct _DEBUG_EVENT {
|
|||
} u;
|
||||
} DEBUG_EVENT,*LPDEBUG_EVENT;
|
||||
|
||||
#ifndef MIDL_PASS
|
||||
typedef PEXCEPTION_RECORD LPEXCEPTION_RECORD;
|
||||
#endif
|
||||
|
||||
typedef struct _OVERLAPPED {
|
||||
ULONG_PTR Internal;
|
||||
ULONG_PTR InternalHigh;
|
||||
|
|
Loading…
Reference in a new issue