* wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.
This commit is contained in:
parent
fff06fa206
commit
50160412b0
|
@ -1,3 +1,7 @@
|
|||
2011-03-23 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.
|
||||
|
||||
2011-03-23 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* autoload.cc (dll_load): Change error message to make it clear if a
|
||||
|
|
|
@ -319,7 +319,7 @@ wincaps wincap_2003 __attribute__((section (".cygwin_dll_common"), shared)) = {
|
|||
has_buggy_thread_startup:false,
|
||||
has_fast_cwd:false,
|
||||
has_restricted_raw_disk_access:false,
|
||||
use_dont_resolve_hack:false,
|
||||
use_dont_resolve_hack:true,
|
||||
use_get_sec_info_on_dirs:true,
|
||||
supports_sse:true,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue