[PSDK] winbase.h: Add missing LPEXCEPTION_RECORD

ROSTESTS-251
This commit is contained in:
Serge Gautherie
2020-03-06 18:26:01 +01:00
committed by Hermès BÉLUSCA - MAÏTO
parent 20f4039666
commit 2e82175ba4
+4
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;