* go32-nat.c (go32_sysinfo): Update list of Windows versions of

the NT family.
This commit is contained in:
Eli Zaretskii
2009-04-17 11:59:35 +00:00
parent 0000e2bf25
commit 541f1105bc
2 changed files with 6 additions and 1 deletions

View File

@@ -1216,7 +1216,7 @@ go32_sysinfo (char *arg, int from_tty)
printf_filtered ("%s)\n", windows_flavor);
}
else if (true_dos_version == 0x532 && advertized_dos_version == 0x500)
printf_filtered ("Windows Version................Windows NT or Windows 2000\n");
printf_filtered ("Windows Version................Windows NT family (W2K/XP/W2K3/Vista/W2K8)\n");
puts_filtered ("\n");
if (dpmi_vendor_available == 0)
{