include: Define PCONTEXT for all architectures.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
André Hentschel 2020-06-17 15:09:35 +02:00 committed by Alexandre Julliard
parent 557b81116d
commit bd36f9f91d
1 changed files with 2 additions and 2 deletions

View File

@ -2133,7 +2133,7 @@ typedef struct _CONTEXT
DWORD ContextFlags;
DWORD Fill[2];
} CONTEXT;
} CONTEXT, *PCONTEXT;
#endif /* _MIPS_ */
@ -2245,7 +2245,7 @@ typedef struct
DWORD Dr5;
DWORD Dr6;
DWORD Dr7;
} CONTEXT;
} CONTEXT, *PCONTEXT;
typedef struct _STACK_FRAME_HEADER
{