* times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me when
opening file for writing timestamp. * wincap.cc: Remove flag has_specific_access_rights. * wincap.h: Ditto.
This commit is contained in:
@@ -23,7 +23,6 @@ struct wincaps
|
||||
unsigned has_security : 1;
|
||||
unsigned has_security_descriptor_control : 1;
|
||||
unsigned has_get_process_times : 1;
|
||||
unsigned has_specific_access_rights : 1;
|
||||
unsigned has_lseek_bug : 1;
|
||||
unsigned has_lock_file_ex : 1;
|
||||
unsigned has_signal_object_and_wait : 1;
|
||||
@@ -76,7 +75,6 @@ public:
|
||||
bool IMPLEMENT (has_security)
|
||||
bool IMPLEMENT (has_security_descriptor_control)
|
||||
bool IMPLEMENT (has_get_process_times)
|
||||
bool IMPLEMENT (has_specific_access_rights)
|
||||
bool IMPLEMENT (has_lseek_bug)
|
||||
bool IMPLEMENT (has_lock_file_ex)
|
||||
bool IMPLEMENT (has_signal_object_and_wait)
|
||||
|
Reference in New Issue
Block a user