https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=495ae418919af8b4295e519ef18a002a68c04d8e
commit 495ae418919af8b4295e519ef18a002a68c04d8e Author: Corinna Vinschen <[email protected]> Date: Thu Feb 28 16:55:39 2019 +0100 Cygwin: wincap: fix copy/paste bug Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/wincap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc index 7e381f4..78cc411 100644 --- a/winsup/cygwin/wincap.cc +++ b/winsup/cygwin/wincap.cc @@ -239,7 +239,7 @@ wincaps wincap_10_1809 __attribute__((section (".cygwin_dll_common"), shared)) = has_posix_unlink_semantics:true, has_case_sensitive_dirs:true, has_posix_rename_semantics:true, - no_msv1_0_s4u_logon_in_wow64:true, + no_msv1_0_s4u_logon_in_wow64:false, }, };
