From 54155bc37b91e2b913e989dcbce6d5ea19259459 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 16 Apr 2009 16:17:58 +0000 Subject: * 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. --- winsup/cygwin/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'winsup/cygwin/ChangeLog') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4b2f7d88f..7d834ea04 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2009-04-16 Corinna Vinschen + + * 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. + 2009-04-16 Corinna Vinschen * ntdll.h (STATUS_LOCK_NOT_GRANTED): Define. -- cgit v1.2.3