2003-06-05 Casper S. Hornstrup <chorns@users.sourceforge.net>
authorCasper Hornstrup <chorns@users.sourceforge.net>
Thu, 5 Jun 2003 11:51:13 +0000 (11:51 +0000)
committerCasper Hornstrup <chorns@users.sourceforge.net>
Thu, 5 Jun 2003 11:51:13 +0000 (11:51 +0000)
commitf2f1a0251b7623b2f281e2844e0f4ef618e4ee41
treef78656427372ac8fb215d92954cecd42a60d3615
parent55c6517e00ed8405a90900787393ca99ba38a529
2003-06-05  Casper S. Hornstrup  <chorns@users.sourceforge.net>

Changes for compiling with w32api

* ntoskrnl/include/internal/i386/ps.h (KPCR_TSS): Redefine as 0x3C.
(KPCR_TIB): New structure.
(IKPCR): Ditto.
(KPCR): Match w32api structure fieldnames.
* ntoskrnl/ke/main.c (ExpInitializeExecutive): Adjust for changes to KPCR.
* ntoskrnl/ke/i386/kernel.c: Ditto.
* ntoskrnl/ps/thread.c: Ditto.

svn path=/trunk/; revision=4842
reactos/ChangeLog
reactos/ntoskrnl/include/internal/i386/ps.h
reactos/ntoskrnl/ke/i386/kernel.c
reactos/ntoskrnl/ke/main.c
reactos/ntoskrnl/ps/thread.c