From f4e6b76a05b9e0a0c851b0473eb51285028e3e41 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 20 Sep 2001 08:02:01 +0000 Subject: * fhandler.cc (fhandler_base::set_inheritance): If available, use SetHandleInformation() to set inheritance. * wincap.cc: Set flag has_set_handle_information_on_console_handles appropriately. * wincap.h: Add flag has_set_handle_information_on_console_handles. --- winsup/cygwin/wincap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/wincap.h') diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h index 903c719e8..038947636 100644 --- a/winsup/cygwin/wincap.h +++ b/winsup/cygwin/wincap.h @@ -30,6 +30,7 @@ struct wincaps unsigned has_eventlog : 1; unsigned has_ip_helper_lib : 1; unsigned has_set_handle_information : 1; + unsigned has_set_handle_information_on_console_handles: 1; unsigned supports_smp : 1; unsigned map_view_of_file_ex_sucks : 1; unsigned altgr_is_ctrl_alt : 1; @@ -77,6 +78,7 @@ public: bool IMPLEMENT (has_eventlog) bool IMPLEMENT (has_ip_helper_lib) bool IMPLEMENT (has_set_handle_information) + bool IMPLEMENT (has_set_handle_information_on_console_handles) bool IMPLEMENT (supports_smp) bool IMPLEMENT (map_view_of_file_ex_sucks) bool IMPLEMENT (altgr_is_ctrl_alt) -- cgit v1.2.3