* wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.

This commit is contained in:
Christopher Faylor 2011-03-23 21:33:36 +00:00
parent fff06fa206
commit 50160412b0
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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,
};