* go32-nat.c (go32_sysinfo): Update list of Windows versions of
the NT family.
This commit is contained in:
parent
0000e2bf25
commit
541f1105bc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-04-17 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* go32-nat.c (go32_sysinfo): Update list of Windows versions of
|
||||
the NT family.
|
||||
|
||||
2009-04-16 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* remote.c (remote_query_attached): Fix pasto in packet_ok result
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue