Module: wine Branch: master Commit: bd36f9f91d84ca412534c85b740ee724a33dae19 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bd36f9f91d84ca412534c85b7...
Author: André Hentschel nerv@dawncrow.de Date: Wed Jun 17 15:09:35 2020 +0200
include: Define PCONTEXT for all architectures.
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/winnt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/winnt.h b/include/winnt.h index 863b19eae5..e1cf78420a 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 {