Signed-off-by: André Hentschel nerv@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 {