diff options
Diffstat (limited to 'winsup/cygwin/wincap.cc')
-rw-r--r-- | winsup/cygwin/wincap.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc index 0f38b6a47..5605af628 100644 --- a/winsup/cygwin/wincap.cc +++ b/winsup/cygwin/wincap.cc @@ -25,7 +25,6 @@ wincaps wincap_xpsp2 __attribute__((section (".cygwin_dll_common"), shared)) = { has_gaa_largeaddress_bug:false, has_broken_alloc_console:false, has_console_logon_sid:false, - wow64_has_secondary_stack:false, has_program_compatibility_assistant:false, has_pipe_reject_remote_clients:false, terminate_thread_frees_stack:false, @@ -47,7 +46,6 @@ wincaps wincap_2003 __attribute__((section (".cygwin_dll_common"), shared)) = { has_gaa_largeaddress_bug:false, has_broken_alloc_console:false, has_console_logon_sid:false, - wow64_has_secondary_stack:true, has_program_compatibility_assistant:false, has_pipe_reject_remote_clients:false, terminate_thread_frees_stack:false, @@ -69,7 +67,6 @@ wincaps wincap_vista __attribute__((section (".cygwin_dll_common"), shared)) = { has_gaa_largeaddress_bug:true, has_broken_alloc_console:false, has_console_logon_sid:false, - wow64_has_secondary_stack:false, has_program_compatibility_assistant:true, has_pipe_reject_remote_clients:true, terminate_thread_frees_stack:true, @@ -91,7 +88,6 @@ wincaps wincap_7 __attribute__((section (".cygwin_dll_common"), shared)) = { has_gaa_largeaddress_bug:true, has_broken_alloc_console:true, has_console_logon_sid:true, - wow64_has_secondary_stack:false, has_program_compatibility_assistant:true, has_pipe_reject_remote_clients:true, terminate_thread_frees_stack:true, @@ -113,7 +109,6 @@ wincaps wincap_8 __attribute__((section (".cygwin_dll_common"), shared)) = { has_gaa_largeaddress_bug:false, has_broken_alloc_console:true, has_console_logon_sid:true, - wow64_has_secondary_stack:false, has_program_compatibility_assistant:true, has_pipe_reject_remote_clients:true, terminate_thread_frees_stack:true, @@ -135,7 +130,6 @@ wincaps wincap_10 __attribute__((section (".cygwin_dll_common"), shared)) = { has_gaa_largeaddress_bug:false, has_broken_alloc_console:true, has_console_logon_sid:true, - wow64_has_secondary_stack:false, has_program_compatibility_assistant:true, has_pipe_reject_remote_clients:true, terminate_thread_frees_stack:true, @@ -157,7 +151,6 @@ wincaps wincap_10_1511 __attribute__((section (".cygwin_dll_common"), shared)) = has_gaa_largeaddress_bug:false, has_broken_alloc_console:true, has_console_logon_sid:true, - wow64_has_secondary_stack:false, has_program_compatibility_assistant:true, has_pipe_reject_remote_clients:true, terminate_thread_frees_stack:true, @@ -248,7 +241,6 @@ wincapc::init () #endif { ((wincaps *)caps)->needs_count_in_si_lpres2 = false; - ((wincaps *)caps)->wow64_has_secondary_stack = false; ((wincaps *)caps)->has_gaa_largeaddress_bug = false; ((wincaps *)caps)->has_broken_prefetchvm = false; } |