diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2004-07-24 09:41:34 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2004-07-24 09:41:34 +0000 |
commit | 65c5aa77fbd14e8571ffcefb731748954bc2f4df (patch) | |
tree | 1b00e362d620e645a61f54541a4154ee6233ff2a /winsup/cygwin/winsup.h | |
parent | 61e6420f325111a3b596a324c6adddfebd7d53d1 (diff) | |
download | cygnal-65c5aa77fbd14e8571ffcefb731748954bc2f4df.tar.gz cygnal-65c5aa77fbd14e8571ffcefb731748954bc2f4df.tar.bz2 cygnal-65c5aa77fbd14e8571ffcefb731748954bc2f4df.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> |