Ignore:
Timestamp:
Jan 23, 2001, 12:58:41 PM (25 years ago)
Author:
sandervl
Message:

TEB layout fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/thread.h

    r4941 r5014  
    5454*/
    5555
    56 #pragma pack(1)
     56#pragma pack(4)
    5757/* Thread exception block */
    5858typedef struct _TEB
    5959{
    6060/* start of NT_TIB */
    61     void        *except; /* 12- 00 Head of exception handling chain */
     61    void        *except;         /* 12- 00 Head of exception handling chain */
    6262    void        *stack_top;      /* 12-  04 Top of thread stack */
    6363    void        *stack_low;      /* 12-  08 Stack low-water mark */
     
    144144#endif
    145145          /* the following are nt specific fields */
    146           DWORD        pad6[633];                  /* --n 214 */
     146          DWORD        pad6[639];                  /* --n 21c */
    147147    } o;
    148148    UNICODE_STRING StaticUnicodeString;      /* -2- bf8 used by advapi32 */
Note: See TracChangeset for help on using the changeset viewer.