* 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:
@ -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) ||
|
||||
|
Reference in New Issue
Block a user