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/OS2KPTDA.h

    r6701 r6815  
    1 /* $Id: OS2KPTDA.h,v 1.1 2001-09-14 01:50:15 bird Exp $
     1/* $Id: OS2KPTDA.h,v 1.2 2001-09-26 03:52:36 bird Exp $
    22 *
    33 * PTDA access functions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    2727
    2828
     29#ifdef KKRNLLIB
    2930extern  PPPTDA      ppPTDACur;          /* Please access this only thru the ptdaGetCur() function. */
     31#else
     32extern  PPTDA       pPTDACur;           /* Please access this only thru the ptdaGetCur() function. */
     33#endif
    3034
    3135
     
    3943 */
    4044//PPTDA   ptdaGetCur(void);
     45#ifdef KKRNLLIB
    4146#define ptdaGetCur()                    (*ppPTDACur)
     47#else
     48#define ptdaGetCur()                    (pPTDACur)
     49#endif
     50
    4251
    4352
Note: See TracChangeset for help on using the changeset viewer.