summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/wincap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/wincap.cc')
-rw-r--r--winsup/cygwin/wincap.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc
index a92f7821f..7923d5aa6 100644
--- a/winsup/cygwin/wincap.cc
+++ b/winsup/cygwin/wincap.cc
@@ -18,6 +18,7 @@ static NO_COPY wincaps wincap_unknown = {
is_server:false,
has_security_descriptor_control:false,
has_ip_helper_lib:false,
+ has_broken_if_oper_status:false,
has_physical_mem_access:true,
has_process_io_counters:false,
has_terminal_services:false,
@@ -45,6 +46,7 @@ static NO_COPY wincaps wincap_nt4 = {
is_server:false,
has_security_descriptor_control:false,
has_ip_helper_lib:false,
+ has_broken_if_oper_status:false,
has_physical_mem_access:true,
has_process_io_counters:false,
has_terminal_services:false,
@@ -72,6 +74,7 @@ static NO_COPY wincaps wincap_nt4sp4 = {
is_server:false,
has_security_descriptor_control:false,
has_ip_helper_lib:true,
+ has_broken_if_oper_status:true,
has_physical_mem_access:true,
has_process_io_counters:false,
has_terminal_services:false,
@@ -99,6 +102,7 @@ static NO_COPY wincaps wincap_2000 = {
is_server:false,
has_security_descriptor_control:true,
has_ip_helper_lib:true,
+ has_broken_if_oper_status:false,
has_physical_mem_access:true,
has_process_io_counters:true,
has_terminal_services:true,
@@ -126,6 +130,7 @@ static NO_COPY wincaps wincap_xp = {
is_server:false,
has_security_descriptor_control:true,
has_ip_helper_lib:true,
+ has_broken_if_oper_status:false,
has_physical_mem_access:true,
has_process_io_counters:true,
has_terminal_services:true,
@@ -153,6 +158,7 @@ static NO_COPY wincaps wincap_2003 = {
is_server:true,
has_security_descriptor_control:true,
has_ip_helper_lib:true,
+ has_broken_if_oper_status:false,
has_physical_mem_access:false,
has_process_io_counters:true,
has_terminal_services:true,
@@ -180,6 +186,7 @@ static NO_COPY wincaps wincap_vista = {
is_server:false,
has_security_descriptor_control:true,
has_ip_helper_lib:true,
+ has_broken_if_oper_status:false,
has_physical_mem_access:false,
has_process_io_counters:true,
has_terminal_services:true,