Changeset 7122 for trunk/src


Ignore:
Timestamp:
Oct 19, 2001, 3:47:27 AM (24 years ago)
Author:
bird
Message:

Added NULL.

File:
1 edited

Legend:

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

    r7050 r7122  
    1 /* $Id: kTypes.h,v 1.3 2001-10-14 22:51:58 bird Exp $
     1/* $Id: kTypes.h,v 1.4 2001-10-19 01:47:27 bird Exp $
    22 *
    33 * Common typedefinitions for kLib.
     
    2727#ifndef PAGESHIFT
    2828#   define PAGESHIFT    12
     29#endif
     30
     31#ifndef NULL
     32#   ifdef __cplusplus
     33#       define NULL 0
     34#   else
     35#       define NULL ((void *)0)
     36#   endif
    2937#endif
    3038
Note: See TracChangeset for help on using the changeset viewer.