Changeset 9476 for trunk/src


Ignore:
Timestamp:
Dec 6, 2002, 4:00:13 AM (23 years ago)
Author:
bird
Message:

'B' and 'H' are both halfstrict,

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/dev32/d32init.c

    r9473 r9476  
    1 /* $Id: d32init.c,v 1.43 2002-12-06 02:57:49 bird Exp $
     1/* $Id: d32init.c,v 1.44 2002-12-06 03:00:13 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    658658                                if (psz[7] == 'D')
    659659                                    pKrnlInfo->fKernel |= KF_ALLSTRICT;
    660                                 else if (psz[7] == 'B')
     660                                else if (psz[7] == 'B' || psz[7] == 'H')
    661661                                    pKrnlInfo->fKernel |= KF_HALFSTRICT;
    662662                                else if (psz[7] != 'R')
Note: See TracChangeset for help on using the changeset viewer.