mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +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;
|
} u;
|
||||||
} DEBUG_EVENT,*LPDEBUG_EVENT;
|
} DEBUG_EVENT,*LPDEBUG_EVENT;
|
||||||
|
|
||||||
|
#ifndef MIDL_PASS
|
||||||
|
typedef PEXCEPTION_RECORD LPEXCEPTION_RECORD;
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct _OVERLAPPED {
|
typedef struct _OVERLAPPED {
|
||||||
ULONG_PTR Internal;
|
ULONG_PTR Internal;
|
||||||
ULONG_PTR InternalHigh;
|
ULONG_PTR InternalHigh;
|
||||||
|
|
Loading…
Reference in a new issue