Ignore:
Timestamp:
Sep 27, 2001, 5:04:12 AM (24 years ago)
Author:
bird
Message:

Varible mappings. And some minor fixing.

File:
1 edited

Legend:

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

    r6815 r6837  
    1 /* $Id: OS2KTCB.h,v 1.2 2001-09-26 03:52:37 bird Exp $
     1/* $Id: OS2KTCB.h,v 1.3 2001-09-27 03:04:12 bird Exp $
    22 *
    33 * TCB - Thread Control Block access methods.
     
    149149} TCB, *PTCB, **PPTCB;
    150150
     151/*******************************************************************************
     152*   Global Variables                                                           *
     153*******************************************************************************/
     154#ifndef KKRNLLIB
     155    #if defined(__IBMC__) || defined(__IBMCPP__)
     156        #pragma map(pTCBCur, "_pTCBCur")
     157    #else
     158        #pragma pTCBCur       _pTCBCur
     159    #endif
     160#endif
     161
    151162#ifdef KKRNLLIB
    152163extern PPTCB    ppTCBCur;
Note: See TracChangeset for help on using the changeset viewer.