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

    r6815 r6837  
    1 /* $Id: OS2KPTDA.h,v 1.2 2001-09-26 03:52:36 bird Exp $
     1/* $Id: OS2KPTDA.h,v 1.3 2001-09-27 03:04:12 bird Exp $
    22 *
    33 * PTDA access functions.
    44 *
    5  * Copyright (c) 2000-2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.com)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
    88 *
    99 */
    10 #ifndef _ptda_h_
    11 #define _ptda_h_
     10#ifndef _OS2KPTDA_h_
     11#define _OS2KPTDA_h_
    1212
    1313#ifdef __cplusplus
     
    2727
    2828
     29/*******************************************************************************
     30*   Global Variables                                                           *
     31*******************************************************************************/
     32#ifndef KKRNLLIB
     33    #if defined(__IBMC__) || defined(__IBMCPP__)
     34        #pragma map(pPTDACur, "_pPTDACur")
     35    #else
     36        #pragma pPTDACur       _pPTDACur
     37    #endif
     38#endif
    2939#ifdef KKRNLLIB
    3040extern  PPPTDA      ppPTDACur;          /* Please access this only thru the ptdaGetCur() function. */
Note: See TracChangeset for help on using the changeset viewer.