src/winsup/cygwin ChangeLog dlfcn.cc
corinna@cygwin.com
corinna@cygwin.com
Thu Apr 16 16:17:00 GMT 2009
CVSROOT: /cvs/src
Module name: src
Changes by: corinna@sourceware.org 2009-04-16 16:17:58
Modified files:
winsup/cygwin : ChangeLog dlfcn.cc
Log message:
* dlfcn.cc (get_full_path_of_dll): Just return a bool value. Drop
local path_conv in favor of getting it as parameter. Add local string
buffer instead of getting it as parameter.
(dlopen): Accommodate get_full_path_of_dll change. Fetch WCHAR Windows
path from path_conv variable and call LoadLibraryW.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4463&r2=1.4464
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dlfcn.cc.diff?cvsroot=src&r1=1.40&r2=1.41
More information about the Cygwin-cvs
mailing list