[PATCH] _KPCR
"Casper Hornstrup" <[email protected]> Sat, 12 Jul 2003 12:20:12 +0200
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <[email protected]> |
2003-07-12 Casper S. Hornstrup <[email protected]> * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
layout.diff
(application/octet-stream, 935 B)
2003-07-12 Casper S. Hornstrup <[email protected]> * include/ddk/winddk.h (_KPCR): Put IDT field on next line. Index: include/ddk/winddk.h =================================================================== RCS file: /cvs/src/src/winsup/w32api/include/ddk/winddk.h,v retrieving revision 1.8 diff -u -p -u -r1.8 winddk.h --- include/ddk/winddk.h 2 Jun 2003 22:21:54 -0000 1.8 +++ include/ddk/winddk.h 12 Jul 2003 10:07:00 -0000 @@ -3689,7 +3689,8 @@ typedef struct _KPCR { ULONG IRR; /* 24 */ ULONG IrrActive; /* 28 */ ULONG IDR; /* 2C */ - PVOID KdVersionBlock; /* 30 */ PUSHORT IDT; /* 34 */ + PVOID KdVersionBlock; /* 30 */ + PUSHORT IDT; /* 34 */ PUSHORT GDT; /* 38 */ struct _KTSS *TSS; /* 3C */ USHORT MajorVersion; /* 40 */