[PATCH 2/2] include: Define PCONTEXT for all architectures

André Hentschel nerv at dawncrow.de
Wed Jun 17 08:09:35 CDT 2020


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 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
 {
-- 
2.17.1




More information about the wine-devel mailing list