mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[PSDK] winbase.h: Add missing LPEXCEPTION_RECORD
ROSTESTS-251
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
20f4039666
commit
2e82175ba4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user