diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-01-27 15:43:15 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-01-27 15:43:15 +0100 |
commit | fcda8810a208b6b76ae95a88feea34ff0046ba1e (patch) | |
tree | af2b61112528075abdddf61ea29078fdc2867ef4 /libgloss/arm | |
parent | 78549742de0186223302f84997199a871999aded (diff) | |
download | cygnal-fcda8810a208b6b76ae95a88feea34ff0046ba1e.tar.gz cygnal-fcda8810a208b6b76ae95a88feea34ff0046ba1e.tar.bz2 cygnal-fcda8810a208b6b76ae95a88feea34ff0046ba1e.zip |
Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangs
Observed running hexchat under X. For some reason the call to
LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32) in dll_load
hangs when trying to autoload MsgWaitForMultipleObjectsEx in
select.cc after hexchat forks to run DNS calls. Dropping the
call and just using full paths as in 2.3.1 fixes the issue.
* autoload.cc (dll_load): Drop call to LoadLibraryEx with
LOAD_LIBRARY_SEARCH_SYSTEM32 flag.
* wincap.h (wincaps::has_load_lib_search_flags): Remove.
* wincap.cc (wincaps::has_load_lib_search_flags): Drop handling
this flag.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'libgloss/arm')
0 files changed, 0 insertions, 0 deletions