Synchronize with trunk r58606.
[reactos.git] / include / asm / genincdata.c
index 2f55a40..bfd9909 100644 (file)
@@ -31,14 +31,14 @@ typedef struct _FIBER                                      /* Field offsets:  */
 {                                                          /* 32 bit   64 bit */
     /* this must be the first field */
     PVOID Parameter;                                       /*   0x00     0x00 */
-    struct _EXCEPTION_REGISTRATION_RECORD * ExceptionList; /*   0x04     0x08 */
+    PEXCEPTION_REGISTRATION_RECORD ExceptionList;          /*   0x04     0x08 */
     PVOID StackBase;                                       /*   0x08     0x10 */
     PVOID StackLimit;                                      /*   0x0C     0x18 */
     PVOID DeallocationStack;                               /*   0x10     0x20 */
     CONTEXT Context;                                       /*   0x14     0x28 */
     ULONG GuaranteedStackBytes;                            /*   0x2E0         */
     PVOID FlsData;                                         /*   0x2E4         */
-    PVOID ActivationContextStack;                          /*   0x2E8         */
+    PVOID /* PACTIVATION_CONTEXT_STACK */ ActivationContextStack; /*   0x2E8         */
 } FIBER, *PFIBER;
 
 typedef struct