Changeset 4747 for trunk/src


Ignore:
Timestamp:
Dec 3, 2000, 11:00:30 PM (25 years ago)
Author:
bird
Message:

Corrected fixpack number code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/utils/Win32kCC.c

    r4707 r4747  
    1 /* $Id: Win32kCC.c,v 1.5 2000-11-29 04:36:27 bird Exp $
     1/* $Id: Win32kCC.c,v 1.6 2000-12-03 22:00:30 bird Exp $
    22 *
    33 * Win32CC - Win32k Control Center.
     
    855855    else if (ulBuild == 14040)
    856856        strcpy(pszBuffer, flKernel & KF_W4 ? "Warp 4 FP13" : "WS4eB FP1");
    857     else if (ulBuild >= 14041 && ulBuild <= 14046)
     857    else if (ulBuild >= 14041 /*&& ulBuild <= 1406x*/)
    858858        strcpy(pszBuffer, "Warp 4 FP14");
     859    /*
    859860    else if (ulBuild >= 14048)
    860861    {
     
    864865            sprintf(pszBuffer, "WS4eB FP%d", ulBuild - 14048 + 2); //???
    865866    }
     867    */
    866868    else if (ulBuild >= 8255 && ulBuild <= 8270)
    867869        sprintf(pszBuffer, "Warp 3 FP%d", ulBuild - 8255 + 32);
Note: See TracChangeset for help on using the changeset viewer.