From 65c5aa77fbd14e8571ffcefb731748954bc2f4df Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 24 Jul 2004 09:41:34 +0000 Subject: * autoload.cc (GetNativeSystemInfo): Add. (IsWow64Process): Add. * init.cc (respawn_wow64_process): New function. (dll_entry): If process has been started from a 64 bit process, call respawn_wow64_process. * uname.cc (uname): On 64 bit systems, use GetNativeSystemInfo. Show actual CPU type. --- winsup/cygwin/winsup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/winsup.h') diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 49a880ea9..2c89ef4a7 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -37,7 +37,7 @@ details. */ #endif #ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0500 +#define _WIN32_WINNT 0x0501 #endif #include -- cgit v1.2.3