[PSDK] winbase.h: Add missing LPEXCEPTION_RECORD

ROSTESTS-251
This commit is contained in:
Serge Gautherie 2020-02-28 13:14:36 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent 20f4039666
commit 2e82175ba4

View file

@ -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;