- Timestamp:
- Sep 27, 2001, 5:05:22 AM (24 years ago)
- 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:18bird Exp $1 /* $Id: kTypes.h,v 1.2 2001-09-27 03:05:22 bird Exp $ 2 2 * 3 3 * Common typedefinitions for kLib. … … 101 101 * SSToDS converts stack address to data addresses. 102 102 */ 103 #if ndef KKRNLLIB_PRIVATE103 #ifdef KKRNLLIB 104 104 extern unsigned long *pulTKSSBase32; 105 105 #define SSToDS(p) ((void*)((unsigned long)(p) + *pulTKSSBase32))
Note:
See TracChangeset
for help on using the changeset viewer.