- Timestamp:
- Dec 3, 2000, 11:00:30 PM (25 years ago)
- 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:27bird Exp $1 /* $Id: Win32kCC.c,v 1.6 2000-12-03 22:00:30 bird Exp $ 2 2 * 3 3 * Win32CC - Win32k Control Center. … … 855 855 else if (ulBuild == 14040) 856 856 strcpy(pszBuffer, flKernel & KF_W4 ? "Warp 4 FP13" : "WS4eB FP1"); 857 else if (ulBuild >= 14041 && ulBuild <= 14046)857 else if (ulBuild >= 14041 /*&& ulBuild <= 1406x*/) 858 858 strcpy(pszBuffer, "Warp 4 FP14"); 859 /* 859 860 else if (ulBuild >= 14048) 860 861 { … … 864 865 sprintf(pszBuffer, "WS4eB FP%d", ulBuild - 14048 + 2); //??? 865 866 } 867 */ 866 868 else if (ulBuild >= 8255 && ulBuild <= 8270) 867 869 sprintf(pszBuffer, "Warp 3 FP%d", ulBuild - 8255 + 32);
Note:
See TracChangeset
for help on using the changeset viewer.