Ignore:
Timestamp:
Dec 16, 2002, 3:25:07 AM (23 years ago)
Author:
bird
Message:

Cleanup/Backup.

File:
1 edited

Legend:

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

    r7388 r9514  
    1 /* $Id: dev32.h,v 1.8 2001-11-19 03:08:35 bird Exp $
     1/* $Id: dev32.h,v 1.9 2002-12-16 02:25:06 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    8484extern PSMTE   pKrnlSMTE;               /* d32init.c */
    8585#endif
    86 extern PULONG TKSSBase16;
     86
     87extern ULONG  Device_Help;
    8788#if defined(__IBMC__) || defined(__IBMCPP__)
    88     #pragma map( TKSSBase16 , "_TKSSBase16"  )
     89    #pragma map( Device_Help , "_Device_Help"  )
    8990#endif
    90 #ifndef SSToDS
    91 extern PULONG pulTKSSBase32;
     91
     92extern PULONG  pulTKSSBase32;
     93#if defined(__IBMC__) || defined(__IBMCPP__)
     94    #pragma map( pulTKSSBase32 , "_pulTKSSBase32"  )
     95#endif
    9296extern USHORT CallGateGDT;
    9397
     98#ifndef SSToDS
    9499/*
    95100 * SSToDS( stack pointer )
Note: See TracChangeset for help on using the changeset viewer.