From bd36f9f91d84ca412534c85b740ee724a33dae19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Wed, 17 Jun 2020 15:09:35 +0200 Subject: [PATCH] include: Define PCONTEXT for all architectures. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Hentschel Signed-off-by: Alexandre Julliard --- include/winnt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/winnt.h b/include/winnt.h index 863b19eae58..e1cf78420a6 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -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 {