- Timestamp:
- Dec 6, 2002, 4:00:13 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev32/d32init.c
r9473 r9476 1 /* $Id: d32init.c,v 1.4 3 2002-12-06 02:57:49bird Exp $1 /* $Id: d32init.c,v 1.44 2002-12-06 03:00:13 bird Exp $ 2 2 * 3 3 * d32init.c - 32-bits init routines. … … 658 658 if (psz[7] == 'D') 659 659 pKrnlInfo->fKernel |= KF_ALLSTRICT; 660 else if (psz[7] == 'B' )660 else if (psz[7] == 'B' || psz[7] == 'H') 661 661 pKrnlInfo->fKernel |= KF_HALFSTRICT; 662 662 else if (psz[7] != 'R')
Note:
See TracChangeset
for help on using the changeset viewer.