diff options
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r-- | winsup/cygwin/wincap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h index 080ce420f..c3e9b0fc8 100644 --- a/winsup/cygwin/wincap.h +++ b/winsup/cygwin/wincap.h @@ -20,10 +20,8 @@ struct wincaps unsigned has_security_descriptor_control : 1; unsigned has_ip_helper_lib : 1; unsigned has_physical_mem_access : 1; - unsigned has_move_file_ex : 1; unsigned has_unreliable_pipes : 1; unsigned has_process_io_counters : 1; - unsigned pty_needs_alloc_console : 1; unsigned has_terminal_services : 1; unsigned has_ioctl_storage_get_media_types_ex : 1; unsigned has_extended_priority_class : 1; @@ -66,10 +64,8 @@ public: bool IMPLEMENT (has_security_descriptor_control) bool IMPLEMENT (has_ip_helper_lib) bool IMPLEMENT (has_physical_mem_access) - bool IMPLEMENT (has_move_file_ex) bool IMPLEMENT (has_unreliable_pipes) bool IMPLEMENT (has_process_io_counters) - bool IMPLEMENT (pty_needs_alloc_console) bool IMPLEMENT (has_terminal_services) bool IMPLEMENT (has_ioctl_storage_get_media_types_ex) bool IMPLEMENT (has_extended_priority_class) |