* cygcheck.cc (dump_sysinfo): Remove "not yet supported" text.

This commit is contained in:
Corinna Vinschen 2009-07-13 10:40:42 +00:00
parent 4f615d3ffe
commit c6b9d71981
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2009-07-13 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (dump_sysinfo): Remove "not yet supported" text.
2009-07-04 Christopher Faylor <me+cygwin@cgf.cx>
* cygwin-console-helper.cc: New file.

View File

@ -1255,11 +1255,8 @@ dump_sysinfo ()
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
? "Vista" : "2008");
else if (osversion.dwMinorVersion == 1)
{
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
? "7" : "2008 R2");
strcat (osname, " (Not yet supported!)");
}
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
? "7" : "2008 R2");
DWORD prod;
if (GetProductInfo (osversion.dwMajorVersion,
osversion.dwMinorVersion,