* winsup.h: Add `winME' to os_type symbols.

* dcrt0.cc (set_os_type): Identify Windows ME systems.
        * (host_dependent_constants::init): Care for winME.
        * uname.cc (uname): Ditto.
This commit is contained in:
Corinna Vinschen
2000-09-30 01:38:13 +00:00
parent b504f11afa
commit 84ecbb38d6
4 changed files with 16 additions and 2 deletions

View File

@ -59,6 +59,7 @@ uname (struct utsname *name)
{
case win95:
case win98:
case winME:
/* dwProcessorType only valid in Windows 95 */
if ((sysinfo.dwProcessorType == PROCESSOR_INTEL_386) ||
(sysinfo.dwProcessorType == PROCESSOR_INTEL_486) ||