Changeset 10640 for trunk/src


Ignore:
Timestamp:
Nov 10, 2004, 8:48:37 AM (21 years ago)
Author:
bird
Message:

14200.

File:
1 edited

Legend:

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

    r9476 r10640  
    1 /* $Id: d32init.c,v 1.44 2002-12-06 03:00:13 bird Exp $
     1/* $Id: d32init.c,v 1.45 2004-11-10 07:48:37 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    587587                                if (   !(pKrnlInfo->ulBuild >=  8254 && pKrnlInfo->ulBuild <  8383) /* Warp 3 fp 32 -> fp 60 */
    588588                                    && !(pKrnlInfo->ulBuild >=  9023 && pKrnlInfo->ulBuild <= 9036) /* Warp 4 GA -> fp 12 */
    589                                     && !(pKrnlInfo->ulBuild >= 14039 && pKrnlInfo->ulBuild < 14100) /* Warp 4.5 GA -> fp 40 */
     589                                    && !(pKrnlInfo->ulBuild >= 14039 && pKrnlInfo->ulBuild < 14200) /* Warp 4.5 GA -> fp 40 */
    590590                                    && !(pKrnlInfo->ulBuild >=  6600 && pKrnlInfo->ulBuild <= 6678) /* Warp 2.1x fix?? (just for fun!) */
    591591                                      )
Note: See TracChangeset for help on using the changeset viewer.