* cygcheck.cc (dump_sysinfo): Remove "not yet supported" text.
This commit is contained in:
parent
4f615d3ffe
commit
c6b9d71981
|
@ -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>
|
2009-07-04 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* cygwin-console-helper.cc: New file.
|
* cygwin-console-helper.cc: New file.
|
||||||
|
|
|
@ -1255,11 +1255,8 @@ dump_sysinfo ()
|
||||||
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
|
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
|
||||||
? "Vista" : "2008");
|
? "Vista" : "2008");
|
||||||
else if (osversion.dwMinorVersion == 1)
|
else if (osversion.dwMinorVersion == 1)
|
||||||
{
|
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
|
||||||
strcpy (osname, osversion.wProductType == VER_NT_WORKSTATION
|
? "7" : "2008 R2");
|
||||||
? "7" : "2008 R2");
|
|
||||||
strcat (osname, " (Not yet supported!)");
|
|
||||||
}
|
|
||||||
DWORD prod;
|
DWORD prod;
|
||||||
if (GetProductInfo (osversion.dwMajorVersion,
|
if (GetProductInfo (osversion.dwMajorVersion,
|
||||||
osversion.dwMinorVersion,
|
osversion.dwMinorVersion,
|
||||||
|
|
Loading…
Reference in New Issue