Changeset 5014 for trunk/include/win/thread.h
- Timestamp:
- Jan 23, 2001, 12:58:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/thread.h
r4941 r5014 54 54 */ 55 55 56 #pragma pack( 1)56 #pragma pack(4) 57 57 /* Thread exception block */ 58 58 typedef struct _TEB 59 59 { 60 60 /* start of NT_TIB */ 61 void *except; /* 12-00 Head of exception handling chain */61 void *except; /* 12- 00 Head of exception handling chain */ 62 62 void *stack_top; /* 12- 04 Top of thread stack */ 63 63 void *stack_low; /* 12- 08 Stack low-water mark */ … … 144 144 #endif 145 145 /* the following are nt specific fields */ 146 DWORD pad6[63 3]; /* --n 214*/146 DWORD pad6[639]; /* --n 21c */ 147 147 } o; 148 148 UNICODE_STRING StaticUnicodeString; /* -2- bf8 used by advapi32 */
Note:
See TracChangeset
for help on using the changeset viewer.