OSDN Git Service

* include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
authorcgf <cgf>
Sun, 26 Mar 2000 19:24:11 +0000 (19:24 +0000)
committercgf <cgf>
Sun, 26 Mar 2000 19:24:11 +0000 (19:24 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/winnt.h

index c0a4cbb..1249423 100644 (file)
@@ -1,3 +1,7 @@
+Sun Mar 26 13:41:47 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
+
 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
 
        Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
index 7f08e28..03d8c92 100644 (file)
@@ -1150,7 +1150,7 @@ typedef struct _CONTEXT {
        DWORD Psr;
        DWORD ContextFlags;
        DWORD Fill[4];
-} CONTEXT, *PCONTEXT;
+} CONTEXT;
 #elif defined(SHx)
 
 /* These are the debug or break registers on the SH3 */
@@ -1261,7 +1261,7 @@ typedef struct _CONTEXT {
        ULONG   xFRegs[16];
 #endif
 #endif
-} CONTEXT,*PCONTEXT,*LPCONTEXT;
+} CONTEXT;
 
 #elif defined(MIPS)
 
@@ -1410,7 +1410,7 @@ typedef struct _CONTEXT {
 
     DWORD Fill[2];
 
-} CONTEXT,*PCONTEXT,*LPCONTEXT;
+} CONTEXT;
 #elif defined(ARM)
 //
 // The following flags control the contents of the CONTEXT structure.
@@ -1461,7 +1461,7 @@ typedef struct _CONTEXT {
     ULONG Lr;
     ULONG Pc;
     ULONG Psr;
-} CONTEXT, *PCONTEXT;
+} CONTEXT;
 
 #else
 #error "undefined processor type"