Changeset 7122 for trunk/src/win32k/kKrnlLib/include
- Timestamp:
 - Oct 19, 2001, 3:47:27 AM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/win32k/kKrnlLib/include/kTypes.h (modified) (2 diffs)
 
 
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:58bird Exp $1 /* $Id: kTypes.h,v 1.4 2001-10-19 01:47:27 bird Exp $ 2 2 * 3 3 * Common typedefinitions for kLib. … … 27 27 #ifndef PAGESHIFT 28 28 # 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 29 37 #endif 30 38  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  