Ignore:
Timestamp:
Sep 14, 2001, 3:55:10 AM (24 years ago)
Author:
bird
Message:

Further progress. More CLib stuff.

File:
1 edited

Legend:

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

    r6696 r6701  
    1 /* $Id: dev32.h,v 1.1 2001-09-11 01:27:27 bird Exp $
     1/* $Id: dev32.h,v 1.2 2001-09-14 01:50:16 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
     
    7979 * Global variables
    8080 */
     81#ifndef SSToDS
    8182extern PULONG pulTKSSBase32;
    8283extern USHORT CallGateGDT;
     
    102103    #define SSToDS(a)   ((PVOID)(a))
    103104#endif
     105
     106#endif /* SSToDS */
    104107
    105108#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.