Ignore:
Timestamp:
Sep 26, 2001, 5:52:37 AM (24 years ago)
Author:
bird
Message:

Updated to work for kKrnlLib.DLL and internally in kKrnlLib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/OS2KTCB.h

    r6701 r6815  
    1 /* $Id: OS2KTCB.h,v 1.1 2001-09-14 01:50:16 bird Exp $
     1/* $Id: OS2KTCB.h,v 1.2 2001-09-26 03:52:37 bird Exp $
    22 *
    33 * TCB - Thread Control Block access methods.
     
    149149} TCB, *PTCB, **PPTCB;
    150150
     151#ifdef KKRNLLIB
    151152extern PPTCB    ppTCBCur;
     153#else
     154extern PTCB     pTCBCur;
     155#endif
    152156
    153157
     
    161165 *              NULL if not task-time.
    162166 */
     167#ifdef KKRNLLIB
    163168#define tcbGetCur()     *ppTCBCur
     169#else
     170#define tcbGetCur()     pTCBCur
     171#endif
    164172
    165173
Note: See TracChangeset for help on using the changeset viewer.