Commit bd36f9f9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

include: Define PCONTEXT for all architectures.

parent 557b8111
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment