- Timestamp:
- Nov 10, 2004, 8:48:37 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev32/d32init.c
r9476 r10640 1 /* $Id: d32init.c,v 1.4 4 2002-12-06 03:00:13bird Exp $1 /* $Id: d32init.c,v 1.45 2004-11-10 07:48:37 bird Exp $ 2 2 * 3 3 * d32init.c - 32-bits init routines. … … 587 587 if ( !(pKrnlInfo->ulBuild >= 8254 && pKrnlInfo->ulBuild < 8383) /* Warp 3 fp 32 -> fp 60 */ 588 588 && !(pKrnlInfo->ulBuild >= 9023 && pKrnlInfo->ulBuild <= 9036) /* Warp 4 GA -> fp 12 */ 589 && !(pKrnlInfo->ulBuild >= 14039 && pKrnlInfo->ulBuild < 14 100) /* Warp 4.5 GA -> fp 40 */589 && !(pKrnlInfo->ulBuild >= 14039 && pKrnlInfo->ulBuild < 14200) /* Warp 4.5 GA -> fp 40 */ 590 590 && !(pKrnlInfo->ulBuild >= 6600 && pKrnlInfo->ulBuild <= 6678) /* Warp 2.1x fix?? (just for fun!) */ 591 591 )
Note:
See TracChangeset
for help on using the changeset viewer.