Changeset 6839 for trunk/src


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

Corrected precompiler check on TKSSBase variable name.

File:
1 edited

Legend:

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

    r6701 r6839  
    1 /* $Id: kTypes.h,v 1.1 2001-09-14 01:50:18 bird Exp $
     1/* $Id: kTypes.h,v 1.2 2001-09-27 03:05:22 bird Exp $
    22 *
    33 * Common typedefinitions for kLib.
     
    101101     * SSToDS converts stack address to data addresses.
    102102     */
    103     #ifndef KKRNLLIB_PRIVATE
     103    #ifdef KKRNLLIB
    104104        extern unsigned long *pulTKSSBase32;
    105105        #define SSToDS(p) ((void*)((unsigned long)(p) + *pulTKSSBase32))
Note: See TracChangeset for help on using the changeset viewer.